Uses of Class
org.openiam.base.request.GetDetachedEntitlementsServiceRequest
-
Packages that use GetDetachedEntitlementsServiceRequest Package Description org.openiam.esb.core.mq -
-
Uses of GetDetachedEntitlementsServiceRequest in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type GetDetachedEntitlementsServiceRequest Modifier and Type Method Description Response
GroupQueueListener. processingApiRequest(GroupAPI api, GetDetachedEntitlementsServiceRequest request)
Listener is used to catchGroupAPI.GET_DETACHED_FOR_USER
API calls.Response
OrganizationQueueListener. processingApiRequest(OrganizationAPI api, GetDetachedEntitlementsServiceRequest request)
Listener is used to catchOrganizationAPI.GET_DETACHED_FOR_USER
API calls.Response
RoleListener. processingApiRequest(RoleAPI api, GetDetachedEntitlementsServiceRequest request)
Listener is used to catchRoleAPI.GET_DETACHED_FOR_USER
API calls.
-