public interface ValidationInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContext(java.lang.String key)
Method is used to get contextual information about the password being validated.
|
DistinguishedName |
getLastPasswordChangedBy()
Return DistinguishedName of the requester for last password change operation.
|
java.util.Date |
getLastPasswordChangedDate()
Returns the date when the password was last changed for the account entity for which the password is generated.
|
java.lang.String |
getOwnershipType()
Returns the ownership type of the account for which the password is to be changed
|
java.util.List |
getPasswordHistory()
Return a list of hashes of previously used passwords.
|
DistinguishedName |
getRequesterDN()
Return DistinguishedName of requester of the operation for which the password is validated.
|
DistinguishedName |
getUserDN()
Return DistinguishedName of the person entity for which the password is being generated.
|
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.
|
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.java.util.List getPasswordHistory()
PasswordHistoryItemjava.lang.String getUserID()
java.lang.String getUserName()
DistinguishedName getUserDN()
java.util.Date getLastPasswordChangedDate()
DistinguishedName getLastPasswordChangedBy()
DistinguishedName getRequesterDN()
java.lang.String getOwnershipType()