Methods in com.ibm.itim.apps.identity that return ForgotPasswordRequest |
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. |
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. |