Class DefaultPasswordHashPolicy

java.lang.Object
com.svenruppert.jsentinel.credential.password.policy.DefaultPasswordHashPolicy
All Implemented Interfaces:
PasswordHashPolicy

public final class DefaultPasswordHashPolicy extends Object implements PasswordHashPolicy
Reference PasswordHashPolicy backed by explicit, immutable maps. Use builder() to assemble a policy programmatically.

The class deliberately does not provide a "load from properties" facility in Phase 1a: policies live in code so they participate in type checking and tests.