Uses of Class
io.vertx.mutiny.ext.auth.webauthn4j.CredentialStorage
Packages that use CredentialStorage
-
Uses of CredentialStorage in io.vertx.mutiny.ext.auth.webauthn4j
Fields in io.vertx.mutiny.ext.auth.webauthn4j with type parameters of type CredentialStorageModifier and TypeFieldDescriptionstatic final TypeArg<CredentialStorage>CredentialStorage.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth.webauthn4j that return CredentialStorageModifier and TypeMethodDescriptionCredentialStorage.findAndForget(String userName, String credentialId) Finds an existing list of credentials for a given user name and credential ID.static CredentialStorageCredentialStorage.newInstance(io.vertx.ext.auth.webauthn4j.CredentialStorage delegate) Creates a new instance of theCredentialStorage.CredentialStorage.storeCredentialAndForget(io.vertx.ext.auth.webauthn4j.Authenticator authenticator) Persists a new credential, bound by its user name (may benull) and credential ID (cannot benull, must be unique).CredentialStorage.updateCounterAndForget(io.vertx.ext.auth.webauthn4j.Authenticator authenticator) Updates a previously stored credential counter, as identified by its user name (may benull) and credential ID (cannot benull, must be unique).Methods in io.vertx.mutiny.ext.auth.webauthn4j with parameters of type CredentialStorageModifier and TypeMethodDescriptionWebAuthn4J.credentialStorage(CredentialStorage credentialStorage) Provide aCredentialStoragethat can fetchAuthenticators from storage and update them.