Uses of Class
org.openiam.mq.constants.api.user.PasswordAPI
-
Packages that use PasswordAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.user -
-
Uses of PasswordAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type PasswordAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<PasswordAPI,BaseSearchServiceRequest>
PasswordQueueListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type PasswordAPI Modifier and Type Method Description Response
PasswordQueueListener. processingApiRequest(PasswordAPI api, PasswordChangeRequest request)
Response
PasswordQueueListener. processingApiRequest(PasswordAPI api, PasswordRequest request)
Response
PasswordQueueListener. processingApiRequest(PasswordAPI api, PasswordResetTokenRequest request)
Response
PasswordQueueListener. processingApiRequest(PasswordAPI api, PasswordValidationRequest request)
Response
PasswordQueueListener. processingApiRequest(PasswordAPI api, StringDataRequest request)
-
Uses of PasswordAPI in org.openiam.mq.constants.api.user
Methods in org.openiam.mq.constants.api.user that return PasswordAPI Modifier and Type Method Description static PasswordAPI
PasswordAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static PasswordAPI[]
PasswordAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-