Uses of Class
org.openiam.base.request.PasswordChangeRequest
-
Packages that use PasswordChangeRequest Package Description org.openiam.esb.core.mq org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.srvc.user -
-
Uses of PasswordChangeRequest in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type PasswordChangeRequest Modifier and Type Method Description Response
PasswordQueueListener. processingApiRequest(PasswordAPI api, PasswordChangeRequest request)
-
Uses of PasswordChangeRequest in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service with parameters of type PasswordChangeRequest Modifier and Type Method Description PasswordChangeResponse
PasswordService. changePassword(PasswordChangeRequest request)
-
Uses of PasswordChangeRequest in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl with parameters of type PasswordChangeRequest Modifier and Type Method Description PasswordChangeResponse
PasswordServiceImpl. changePassword(PasswordChangeRequest request)
-
Uses of PasswordChangeRequest in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type PasswordChangeRequest Modifier and Type Method Description PasswordChangeResponse
PasswordWebService. changePassword(PasswordChangeRequest request)
PasswordChangeResponse
PasswordWebServiceImpl. changePassword(PasswordChangeRequest request)
-