|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes providing contextual information used to validate passwords.
Method Summary | |
---|---|
java.lang.Object |
getContext(java.lang.String key)
Method is used to get contextual information about the password being validated. |
java.util.List |
getPasswordHistory()
Return a list of hashes of previously used passwords. |
java.lang.String |
getUserID()
Return user id of the person entity for which the password is being generated. |
java.lang.String |
getUserName()
Return user name of the person entity for which the password is being generated. |
Method Detail |
public java.lang.Object getContext(java.lang.String key)
key
- contains a name of a context object to be returned.
Keys are usually defined in a class, which is responsible for
creating all objects to be returned by this method and which implements this interface.
public java.util.List getPasswordHistory()
PasswordHistoryItem
public java.lang.String getUserID()
public java.lang.String getUserName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |