Uses of Class
org.openiam.mq.constants.api.AMCacheAPI
-
Packages that use AMCacheAPI Package Description org.openiam.authmanager.mq org.openiam.mq.constants.api -
-
Uses of AMCacheAPI in org.openiam.authmanager.mq
Methods in org.openiam.authmanager.mq that return types with arguments of type AMCacheAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<AMCacheAPI,EmptyServiceRequest>
AMCacheQueueListener. getEmptyRequestProcessor()
Methods in org.openiam.authmanager.mq with parameters of type AMCacheAPI Modifier and Type Method Description Response
AMCacheQueueListener. processingApiRequest(AMCacheAPI api, RefreshEdgeIdCacheEntryRequest request)
Response
AMCacheQueueListener. processingApiRequest(AMCacheAPI api, AuthorizationEntityRequest request)
Response
AMCacheQueueListener. processingApiRequest(AMCacheAPI api, InvalidateEntitlementUserCacheRequest request)
Response
AMCacheQueueListener. processingApiRequest(AMCacheAPI api, MarkUserEntitlementsAsLoadingInProgressRequest request)
-
Uses of AMCacheAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return AMCacheAPI Modifier and Type Method Description static AMCacheAPI
AMCacheAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static AMCacheAPI[]
AMCacheAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-