Uses of Interface
org.apache.activemq.security.AuthorizationMap
-
Packages that use AuthorizationMap Package Description org.apache.activemq.plugin.java org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of AuthorizationMap in org.apache.activemq.plugin.java
Methods in org.apache.activemq.plugin.java with parameters of type AuthorizationMap Modifier and Type Method Description voidJavaRuntimeConfigurationBroker. updateAuthorizationMap(AuthorizationMap authorizationMap) -
Uses of AuthorizationMap in org.apache.activemq.security
Classes in org.apache.activemq.security that implement AuthorizationMap Modifier and Type Class Description classCachedLDAPAuthorizationMapADefaultAuthorizationMapimplementation which uses LDAP to initialize and update authorization policy.classDefaultAuthorizationMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.classLDAPAuthorizationMapAnAuthorizationMapwhich uses LDAPclassSimpleAuthorizationMapAn AuthorizationMap which is configured with individual DestinationMaps for each operation.classSimpleCachedLDAPAuthorizationMapclassXBeanAuthorizationMapMethods in org.apache.activemq.security that return AuthorizationMap Modifier and Type Method Description AuthorizationMapAuthorizationBroker. getAuthorizationMap()AuthorizationMapAuthorizationPlugin. getMap()Methods in org.apache.activemq.security with parameters of type AuthorizationMap Modifier and Type Method Description voidAuthorizationBroker. setAuthorizationMap(AuthorizationMap map)voidAuthorizationPlugin. setMap(AuthorizationMap map)Constructors in org.apache.activemq.security with parameters of type AuthorizationMap Constructor Description AuthorizationBroker(Broker next, AuthorizationMap authorizationMap)AuthorizationPlugin(AuthorizationMap map)
-