Uses of Class
org.openiam.mq.constants.api.URIFederationCacheAPI
-
Packages that use URIFederationCacheAPI Package Description org.openiam.esb.am.mq org.openiam.mq.constants.api -
-
Uses of URIFederationCacheAPI in org.openiam.esb.am.mq
Methods in org.openiam.esb.am.mq that return types with arguments of type URIFederationCacheAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<URIFederationCacheAPI,EmptyServiceRequest>
URIFederationCacheListener. getEmptyRequestProcessor()
-
Uses of URIFederationCacheAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return URIFederationCacheAPI Modifier and Type Method Description static URIFederationCacheAPI
URIFederationCacheAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static URIFederationCacheAPI[]
URIFederationCacheAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-