|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITIMFailedLoginException | |
---|---|
com.ibm.itim.apps.identity | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for identity management. |
Uses of ITIMFailedLoginException in com.ibm.itim.apps.identity |
---|
Methods in com.ibm.itim.apps.identity that throw ITIMFailedLoginException | |
---|---|
ForgotPasswordRequest |
ForgotPasswordManager.changePassword(java.lang.String userID,
java.util.Map<java.lang.String,java.lang.String> challengesAndResponses,
java.lang.String newPassword)
The method changes the password for the associated userID after authenticating the user using challengesAndResponses and verifying that the system is set to allow password changes after challenge-response authentication. |
ForgotPasswordRequest |
ForgotPasswordManager.changePassword(java.lang.String userID,
java.util.Map<java.lang.String,java.lang.String> challengesAndResponses,
java.lang.String newPassword)
The method changes the password for the associated userID after authenticating the user using challengesAndResponses and verifying that the system is set to allow password changes after challenge-response authentication. |
ForgotPasswordConfiguration |
ForgotPasswordManager.getForgotPasswordConfiguration()
The method returns the Forgot Password Configuration. |
ForgotPasswordConfiguration |
ForgotPasswordManager.getForgotPasswordConfiguration()
The method returns the Forgot Password Configuration. |
java.util.Collection<java.lang.String> |
ForgotPasswordManager.getSecretQuestion(java.lang.String userID)
The method gets a collection of secret questions to be asked when a user forgets the password. |
java.util.Collection<java.lang.String> |
ForgotPasswordManager.getSecretQuestion(java.lang.String userID)
The method gets a collection of secret questions to be asked when a user forgets the password. |
ForgotPasswordRequest |
ForgotPasswordManager.resetPassword(java.lang.String userID,
java.util.Map<java.lang.String,java.lang.String> challengesAndResponses)
The method resets the password for the associated userID after authenticating using challenge response. |
ForgotPasswordRequest |
ForgotPasswordManager.resetPassword(java.lang.String userID,
java.util.Map<java.lang.String,java.lang.String> challengesAndResponses)
The method resets the password for the associated userID after authenticating using challenge response. |
boolean |
ForgotPasswordManager.validateChallengeResponse(java.lang.String userID,
java.util.Map<java.lang.String,java.lang.String> challengesAndResponses)
The method checks the responses for the user challenges. |
boolean |
ForgotPasswordManager.validateChallengeResponse(java.lang.String userID,
java.util.Map<java.lang.String,java.lang.String> challengesAndResponses)
The method checks the responses for the user challenges. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |