Uses of Class
io.vertx.ext.auth.webauthn4j.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.setAttestationCertificates(AttestationCertificates attestationCertificates) Authenticator.setCounter(long counter) Authenticator.setFlags(int flags) Authenticator.setPublicKey(String publicKey) Authenticator.setUsername(String username) Methods in io.vertx.ext.auth.webauthn4j that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionFinds an existing list of credentials for a given user name and credential ID.Methods in io.vertx.ext.auth.webauthn4j with parameters of type AuthenticatorModifier and TypeMethodDescriptionCredentialStorage.storeCredential(Authenticator authenticator) Persists a new credential, bound by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.updateCounter(Authenticator authenticator) Updates a previously stored credential counter, as identified by its user name (may benull) and credential ID (cannot benull, must be unique). -
Uses of Authenticator in io.vertx.reactivex.ext.auth.webauthn4j
Methods in io.vertx.reactivex.ext.auth.webauthn4j that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionFinds an existing list of credentials for a given user name and credential ID.Finds an existing list of credentials for a given user name and credential ID.Methods in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type AuthenticatorModifier and TypeMethodDescriptionCredentialStorage.rxStoreCredential(Authenticator authenticator) Persists a new credential, bound by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.rxUpdateCounter(Authenticator authenticator) Updates a previously stored credential counter, as identified by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.storeCredential(Authenticator authenticator) Persists a new credential, bound by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.updateCounter(Authenticator authenticator) Updates a previously stored credential counter, as identified by its user name (may benull) and credential ID (cannot benull, must be unique). -
Uses of Authenticator in io.vertx.rxjava3.ext.auth.webauthn4j
Methods in io.vertx.rxjava3.ext.auth.webauthn4j that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionFinds an existing list of credentials for a given user name and credential ID.Finds an existing list of credentials for a given user name and credential ID.Methods in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type AuthenticatorModifier and TypeMethodDescriptionCredentialStorage.rxStoreCredential(Authenticator authenticator) Persists a new credential, bound by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.rxUpdateCounter(Authenticator authenticator) Updates a previously stored credential counter, as identified by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.storeCredential(Authenticator authenticator) Persists a new credential, bound by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.updateCounter(Authenticator authenticator) Updates a previously stored credential counter, as identified by its user name (may benull) and credential ID (cannot benull, must be unique).