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 PasswordResetTokenResponse
PasswordService. 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 PasswordResetTokenResponse
PasswordServiceImpl. 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 PasswordResetTokenResponse
PasswordWebService. generatePasswordResetToken(PasswordResetTokenRequest request)
Generates a temporary token that can be used as part of Secure challenge responsePasswordResetTokenResponse
PasswordWebServiceImpl. generatePasswordResetToken(PasswordResetTokenRequest request)
-