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