Package org.keycloak.credential
package org.keycloak.credential
-
ClassDescriptionSingle purpose method that knows how to authenticate a user based on a credential type.Implentations of this interface can validate CredentialInput, i.e. verify a password.Used just in cases when we want to "directly" update or retrieve the hash or salt of user credential (For example during export/import)CredentialProvider<T extends CredentialModel>CredentialProviderFactory<T extends CredentialProvider>Handling credentials for a given user for the store.Credential provider for WebAuthn 2-factor credential of the userCredential provider for WebAuthn passwordless credential of the user