Uses of Class
org.openiam.mq.constants.api.AMManagerAPI
-
Packages that use AMManagerAPI Package Description org.openiam.authmanager.mq org.openiam.mq.constants.api org.openiam.srvc.am -
-
Uses of AMManagerAPI in org.openiam.authmanager.mq
Methods in org.openiam.authmanager.mq that return types with arguments of type AMManagerAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<AMManagerAPI,EmptyServiceRequest>AMManagerQueueListener. getEmptyRequestProcessor()Methods in org.openiam.authmanager.mq with parameters of type AMManagerAPI Modifier and Type Method Description ResponseAMManagerQueueListener. processingApiRequest(AMManagerAPI api, GetEntitlementListRequest request)ResponseAMManagerQueueListener. processingApiRequest(AMManagerAPI api, GetEntitlementRequest request) -
Uses of AMManagerAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return AMManagerAPI Modifier and Type Method Description static AMManagerAPIAMManagerAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static AMManagerAPI[]AMManagerAPI. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AMManagerAPI in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AMManagerAPI Modifier and Type Method Description protected booleanAuthorizationManagerWebServiceImpl. getBooleanResponse(AMManagerAPI apiName, GetEntitlementRequest request)
-