Package | Description |
---|---|
io.vertx.ext.auth.otp.hotp | |
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.auth.otp.hotp | |
io.vertx.rxjava.ext.auth.otp.hotp | |
io.vertx.rxjava3.ext.auth.otp.hotp |
Modifier and Type | Method and Description |
---|---|
HotpAuth |
HotpAuth.authenticatorFetcher(java.util.function.Function<String,Future<Authenticator>> fetcher)
|
HotpAuth |
HotpAuth.authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a
Function that can update or insert a Authenticator . |
static HotpAuth |
HotpAuth.create()
Creates an instance of HotpAuth.
|
static HotpAuth |
HotpAuth.create(HotpAuthOptions hotpAuthOptions)
Creates an instance of HotpAuth.
|
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.
|
Modifier and Type | Method and Description |
---|---|
HotpAuth |
HotpAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.newInstance(HotpAuth arg) |
Constructor and Description |
---|
HotpAuth(HotpAuth delegate) |
Modifier and Type | Method and Description |
---|---|
HotpAuth |
HotpAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.newInstance(HotpAuth arg) |
Constructor and Description |
---|
HotpAuth(HotpAuth delegate) |
Modifier and Type | Method and Description |
---|---|
HotpAuth |
HotpAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static HotpAuth |
HotpAuth.newInstance(HotpAuth arg) |
Constructor and Description |
---|
HotpAuth(HotpAuth delegate) |
Copyright © 2023 Eclipse. All rights reserved.