Uses of Class
org.openiam.base.response.PasswordResetTokenResponse
-
Packages that use PasswordResetTokenResponse Package Description org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.srvc.user -
-
Uses of PasswordResetTokenResponse in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return PasswordResetTokenResponse Modifier and Type Method Description PasswordResetTokenResponsePasswordService. generatePasswordResetToken(PasswordResetTokenRequest request)Generates a temporary token that can be used as part of Secure challenge response -
Uses of PasswordResetTokenResponse in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return PasswordResetTokenResponse Modifier and Type Method Description PasswordResetTokenResponsePasswordServiceImpl. generatePasswordResetToken(PasswordResetTokenRequest request) -
Uses of PasswordResetTokenResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return PasswordResetTokenResponse Modifier and Type Method Description PasswordResetTokenResponsePasswordWebService. generatePasswordResetToken(PasswordResetTokenRequest request)Generates a temporary token that can be used as part of Secure challenge responsePasswordResetTokenResponsePasswordWebServiceImpl. generatePasswordResetToken(PasswordResetTokenRequest request)
-