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 ValidatePasswordResetTokenResponse
PasswordService. validatePasswordResetToken(String token)
Validates that the temporary token generated bygeneratePasswordResetToken
is 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 ValidatePasswordResetTokenResponse
PasswordServiceImpl. 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 ValidatePasswordResetTokenResponse
PasswordWebService. validatePasswordResetToken(String token)
Validates that the temporary token generated bygeneratePasswordResetToken
is still validValidatePasswordResetTokenResponse
PasswordWebServiceImpl. validatePasswordResetToken(String token)
-