Interface PasswordPolicyProvider
- All Known Subinterfaces:
PasswordChanger
,PasswordEnroller
public interface PasswordPolicyProvider
An object defining the
PasswordPolicy
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object defining the constraints of the password (minimum length, required special characters, etc.).
-
Method Details
-
passwordPolicy
PasswordPolicy passwordPolicy()Returns the object defining the constraints of the password (minimum length, required special characters, etc.).- Returns:
- the
PasswordPolicy
-