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>