Uses of Interface
jakarta.security.enterprise.identitystore.PasswordHash
-
Packages that use PasswordHash Package Description jakarta.security.enterprise.identitystore The identity store API package. -
-
Uses of PasswordHash in jakarta.security.enterprise.identitystore
Subinterfaces of PasswordHash in jakarta.security.enterprise.identitystore Modifier and Type Interface Description interface
Pbkdf2PasswordHash
This interface represents the built-inPbkdf2PasswordHash
implementation.Methods in jakarta.security.enterprise.identitystore that return types with arguments of type PasswordHash Modifier and Type Method Description Class<? extends PasswordHash>
hashAlgorithm()
APasswordHash
implementation used to verify plaintext passwords by generating a hash of the password and comparing it against the hashed value returned from the database via theDatabaseIdentityStoreDefinition.callerQuery()
.
-