Uses of Class
io.vertx.ext.auth.otp.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in io.vertx.ext.auth.otp
Methods in io.vertx.ext.auth.otp that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.registered()Authenticator.setAlgorithm(String algorithm) Authenticator.setAuthAttempts(Integer authAttempts) Authenticator.setCounter(long counter) Authenticator.setIdentifier(String identifier) Authenticator.setPeriod(long period) -
Uses of Authenticator in io.vertx.ext.auth.otp.hotp
Methods in io.vertx.ext.auth.otp.hotp that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionHotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.Method parameters in io.vertx.ext.auth.otp.hotp with type arguments of type AuthenticatorModifier and TypeMethodDescriptionHotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) HotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide aFunctionthat can update or insert aAuthenticator. -
Uses of Authenticator in io.vertx.ext.auth.otp.totp
Methods in io.vertx.ext.auth.otp.totp that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionTotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.Method parameters in io.vertx.ext.auth.otp.totp with type arguments of type AuthenticatorModifier and TypeMethodDescriptionTotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) TotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide aFunctionthat can update or insert aAuthenticator. -
Uses of Authenticator in io.vertx.reactivex.ext.auth.otp.hotp
Methods in io.vertx.reactivex.ext.auth.otp.hotp that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionHotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.HotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.Method parameters in io.vertx.reactivex.ext.auth.otp.hotp with type arguments of type AuthenticatorModifier and TypeMethodDescriptionHotpAuth.authenticatorFetcher(Function<String, Single<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.HotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.HotpAuth.authenticatorUpdater(Function<Authenticator, Completable> updater) Provide a that can update or insert a .HotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide a that can update or insert a . -
Uses of Authenticator in io.vertx.reactivex.ext.auth.otp.totp
Methods in io.vertx.reactivex.ext.auth.otp.totp that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionTotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.TotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.Method parameters in io.vertx.reactivex.ext.auth.otp.totp with type arguments of type AuthenticatorModifier and TypeMethodDescriptionTotpAuth.authenticatorFetcher(Function<String, Single<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.TotpAuth.authenticatorFetcher(Function<String, Future<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.TotpAuth.authenticatorUpdater(Function<Authenticator, Completable> updater) Provide a that can update or insert a .TotpAuth.authenticatorUpdater(Function<Authenticator, Future<Void>> updater) Provide a that can update or insert a . -
Uses of Authenticator in io.vertx.rxjava3.ext.auth.otp.hotp
Methods in io.vertx.rxjava3.ext.auth.otp.hotp that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionHotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.HotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.Method parameters in io.vertx.rxjava3.ext.auth.otp.hotp with type arguments of type AuthenticatorModifier and TypeMethodDescriptionHotpAuth.authenticatorFetcher(Function<String, Single<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.HotpAuth.authenticatorUpdater(Function<Authenticator, Completable> updater) Provide a that can update or insert a . -
Uses of Authenticator in io.vertx.rxjava3.ext.auth.otp.totp
Methods in io.vertx.rxjava3.ext.auth.otp.totp that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionTotpAuth.createAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.TotpAuth.rxCreateAuthenticator(String id, OtpKey otpKey) Creating authenticator from user id and key.Method parameters in io.vertx.rxjava3.ext.auth.otp.totp with type arguments of type AuthenticatorModifier and TypeMethodDescriptionTotpAuth.authenticatorFetcher(Function<String, Single<Authenticator>> fetcher) Provide a that can fetch s from a backend given anidentifierargument.TotpAuth.authenticatorUpdater(Function<Authenticator, Completable> updater) Provide a that can update or insert a .