Uses of Class
org.openiam.base.response.ValidatePasswordResetTokenResponse
-
Packages that use ValidatePasswordResetTokenResponse Package Description org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.srvc.user -
-
Uses of ValidatePasswordResetTokenResponse in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return ValidatePasswordResetTokenResponse Modifier and Type Method Description ValidatePasswordResetTokenResponsePasswordService. validatePasswordResetToken(String token)Validates that the temporary token generated bygeneratePasswordResetTokenis still valid -
Uses of ValidatePasswordResetTokenResponse in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return ValidatePasswordResetTokenResponse Modifier and Type Method Description ValidatePasswordResetTokenResponsePasswordServiceImpl. validatePasswordResetToken(String token) -
Uses of ValidatePasswordResetTokenResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return ValidatePasswordResetTokenResponse Modifier and Type Method Description ValidatePasswordResetTokenResponsePasswordWebService. validatePasswordResetToken(String token)Validates that the temporary token generated bygeneratePasswordResetTokenis still validValidatePasswordResetTokenResponsePasswordWebServiceImpl. validatePasswordResetToken(String token)
-