Uses of Class
org.openiam.mq.constants.api.am.GroupAPI
-
Packages that use GroupAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.am -
-
Uses of GroupAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type GroupAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<GroupAPI,BaseCrudServiceRequest>GroupQueueListener. getCrudRequestProcessor()protected AbstractListener.RequestProcessor<GroupAPI,EmptyServiceRequest>GroupQueueListener. getEmptyRequestProcessor()protected AbstractListener.RequestProcessor<GroupAPI,IdServiceRequest>GroupQueueListener. getGetRequestProcessor()protected AbstractListener.RequestProcessor<GroupAPI,BaseSearchServiceRequest>FindBeansGroupQueueListener. getSearchRequestProcessor()protected AbstractListener.RequestProcessor<GroupAPI,BaseSearchServiceRequest>GroupQueueListener. getSearchRequestProcessor()Methods in org.openiam.esb.core.mq with parameters of type GroupAPI Modifier and Type Method Description ResponseGroupQueueListener. processingApiRequest(GroupAPI api, GetDetachedEntitlementsServiceRequest request)Listener is used to catchGET_DETACHED_FOR_USERAPI calls.ResponseGroupQueueListener. processingApiRequest(GroupAPI api, GetDirectGroupEntitlementsWithResourcesServiceRequest request)Listener is used to catchRoleAPI.GET_WITH_RESOURCESAPI calls.ResponseGroupQueueListener. processingApiRequest(GroupAPI api, GroupServiceRequest request)ResponseGroupQueueListener. processingApiRequest(GroupAPI api, MembershipRequest request) -
Uses of GroupAPI in org.openiam.mq.constants.api.am
Methods in org.openiam.mq.constants.api.am that return GroupAPI Modifier and Type Method Description static GroupAPIGroupAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupAPI[]GroupAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.
-