Uses of Class
org.openiam.mq.constants.api.user.LoginAPI
-
Packages that use LoginAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.user -
-
Uses of LoginAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type LoginAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<LoginAPI,BaseCrudServiceRequest>
LoginQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<LoginAPI,EmptyServiceRequest>
LoginQueueListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<LoginAPI,IdServiceRequest>
LoginQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<LoginAPI,BaseSearchServiceRequest>
LoginQueueListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type LoginAPI Modifier and Type Method Description Response
LoginQueueListener. processingApiRequest(LoginAPI api, DataEncryptionRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, LoginListRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, PrincipalRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, ResetPasswordRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, SetPasswordRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, StringDataRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, UnlockRequest request)
Response
LoginQueueListener. processingApiRequest(LoginAPI api, UpdateAuthLeveGroupingRequest request)
-
Uses of LoginAPI in org.openiam.mq.constants.api.user
Methods in org.openiam.mq.constants.api.user that return LoginAPI Modifier and Type Method Description static LoginAPI
LoginAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoginAPI[]
LoginAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-