Interface PasswordHash

All Known Subinterfaces:
Pbkdf2PasswordHash

public interface PasswordHash
PasswordHash is an interface for objects that can generate and verify password hashes.

Implementations of PasswordHash are configured for the built-in Database IdentityStore by configuring the type on the DatabaseIdentityStoreDefinition annotation. Parameters for the PasswordHash can also be configured on the annotation, and will be passed to the initialize(Map) method when the IdentityStore is initialized.

See Also: