Interface | Description |
---|---|
PasswordValidator |
An interface for implementing password quality verifiers.
|
Class | Description |
---|---|
DefaultPasswordValidator |
The default password validator.
|
PasswordPolicyConfiguration |
A simple pojo holding the password policy configuration base on
this draft.
|
Enum | Description |
---|---|
CheckQualityEnum |
The 3 possible values for the password check quality :
NO_CHECK (0) : No check will be done
CHECK_ACCEPT (1) : Check the password and accept hashed passwords
CHECK_REJECT (2) : Check the password but reject hashed passwords
|
Exception | Description |
---|---|
PasswordPolicyException |
A exception class defined for PasswordPolicy related errors.
|
Copyright © 2018. All rights reserved.