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 ResponsePasswordQueueListener. 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 PasswordChangeResponsePasswordService. 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 PasswordChangeResponsePasswordServiceImpl. 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 PasswordChangeResponsePasswordWebService. changePassword(PasswordChangeRequest request)PasswordChangeResponsePasswordWebServiceImpl. changePassword(PasswordChangeRequest request)
-