A C E G H I N O T _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- authenticatorFetcher(Function<String, Uni<Authenticator>>) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- authenticatorFetcher(Function<String, Uni<Authenticator>>) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- authenticatorUpdater(Function<Authenticator, Uni<Void>>) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- authenticatorUpdater(Function<Authenticator, Uni<Void>>) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
C
- create() - Static method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- create() - Static method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- create() - Static method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- create(HotpAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- create(TotpAuthOptions) - Static method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- create(String) - Static method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- createAuthenticator(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
-
Creating authenticator from user id and key.
- createAuthenticator(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
-
Creating authenticator from user id and key.
- createAuthenticatorAndAwait(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
-
Blocking variant of
createAuthenticator(String,OtpKey). - createAuthenticatorAndAwait(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
-
Blocking variant of
TotpAuth.createAuthenticator(String,OtpKey). - createAuthenticatorAndForget(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
-
Variant of
createAuthenticator(String,OtpKey)that ignores the result of the operation. - createAuthenticatorAndForget(String, OtpKey) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
-
Variant of
TotpAuth.createAuthenticator(String,OtpKey)that ignores the result of the operation.
E
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
G
- generate() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- generate(int) - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- generateUri(OtpKey, String) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- generateUri(OtpKey, String) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- generateUri(OtpKey, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- generateUri(OtpKey, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- generateUri(OtpKey, String, String, String) - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- getAlgorithm() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
H
- hashCode() - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- hashCode() - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- HotpAuth - Class in io.vertx.mutiny.ext.auth.otp.hotp
-
An extension of AuthProvider which uses the one time passwords based on counter to perform authentication.
- HotpAuth(HotpAuth) - Constructor for class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- HotpAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
I
- io.smallrye.mutiny.vertx.auth.otp - module io.smallrye.mutiny.vertx.auth.otp
- io.vertx.mutiny.ext.auth.otp - package io.vertx.mutiny.ext.auth.otp
- io.vertx.mutiny.ext.auth.otp.hotp - package io.vertx.mutiny.ext.auth.otp.hotp
- io.vertx.mutiny.ext.auth.otp.totp - package io.vertx.mutiny.ext.auth.otp.totp
N
- newInstance(HotpAuth) - Static method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- newInstance(OtpKeyGenerator) - Static method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- newInstance(TotpAuth) - Static method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
O
- OtpKeyGenerator - Class in io.vertx.mutiny.ext.auth.otp
-
Otp key generator.
- OtpKeyGenerator(OtpKeyGenerator) - Constructor for class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- OtpKeyGenerator(Object) - Constructor for class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
T
- toString() - Method in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- toString() - Method in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- TotpAuth - Class in io.vertx.mutiny.ext.auth.otp.totp
-
An extension of AuthProvider which uses the one time passwords based on time to perform authentication.
- TotpAuth(TotpAuth) - Constructor for class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
- TotpAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
_
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.otp.hotp.HotpAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.otp.OtpKeyGenerator
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.otp.totp.TotpAuth
All Classes All Packages