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 ResponseLoginQueueListener. processingApiRequest(LoginAPI api, DataEncryptionRequest request)ResponseLoginQueueListener. processingApiRequest(LoginAPI api, LoginListRequest request)ResponseLoginQueueListener. processingApiRequest(LoginAPI api, PrincipalRequest request)ResponseLoginQueueListener. processingApiRequest(LoginAPI api, ResetPasswordRequest request)ResponseLoginQueueListener. processingApiRequest(LoginAPI api, SetPasswordRequest request)ResponseLoginQueueListener. processingApiRequest(LoginAPI api, StringDataRequest request)ResponseLoginQueueListener. processingApiRequest(LoginAPI api, UnlockRequest request)ResponseLoginQueueListener. 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 LoginAPILoginAPI. 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.
-