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