|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordPolicy
This interface defines a set of methods used to determine whether or not a given password is valid
Method Summary | |
---|---|
java.lang.String |
getDescription()
Retrieves a human-readable description of the rules this policy enforces |
boolean |
isValid(java.lang.String password)
Determines whether or not the given password is valid under this policy |
Method Detail |
---|
boolean isValid(java.lang.String password)
password
- the password to check
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |