Uses of Interface
jakarta.security.enterprise.identitystore.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 interfacePbkdf2PasswordHashThis interface represents the built-inPbkdf2PasswordHashimplementation.Methods in jakarta.security.enterprise.identitystore that return types with arguments of type PasswordHash Modifier and Type Method Description java.lang.Class<? extends PasswordHash>hashAlgorithm()APasswordHashimplementation 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().