Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static OtpAuthHandler |
OtpAuthHandler.create(HotpAuth hotpAuth)
Create a new instance of this handler using a hash based one time password authentication provider.
|
static OtpAuthHandler |
OtpAuthHandler.create(TotpAuth totpAuth)
Create a new instance of this handler using a time based one time password authentication provider.
|
OtpAuthHandler |
OtpAuthHandler.issuer(String issuer)
Configure the
issuer value to be shown in the authenticator URL. |
OtpAuthHandler |
OtpAuthHandler.label(String label)
Configure the
label value to be shown in the authenticator URL. |
OtpAuthHandler |
OtpAuthHandler.setupCallback(Route route)
Setup the required route where authenticators to submit the challenge response.
|
OtpAuthHandler |
OtpAuthHandler.setupRegisterCallback(Route route)
Setup the optional route where authenticators are allowed to register.
|
OtpAuthHandler |
OtpAuthHandler.verifyUrl(String url)
Specify the URL where requests are to be redirected when a user is already known in the request.
|
Modifier and Type | Method and Description |
---|---|
OtpAuthHandler |
OtpAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OtpAuthHandler |
OtpAuthHandler.newInstance(OtpAuthHandler arg) |
Constructor and Description |
---|
OtpAuthHandler(OtpAuthHandler delegate) |
Modifier and Type | Method and Description |
---|---|
OtpAuthHandler |
OtpAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OtpAuthHandler |
OtpAuthHandler.newInstance(OtpAuthHandler arg) |
Constructor and Description |
---|
OtpAuthHandler(OtpAuthHandler delegate) |
Modifier and Type | Method and Description |
---|---|
OtpAuthHandler |
OtpAuthHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OtpAuthHandler |
OtpAuthHandler.newInstance(OtpAuthHandler arg) |
Constructor and Description |
---|
OtpAuthHandler(OtpAuthHandler delegate) |
Copyright © 2023 Eclipse. All rights reserved.