Uses of Class
org.apache.activemq.filter.DestinationMap
-
Packages that use DestinationMap Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard.org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of DestinationMap in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as DestinationMap Modifier and Type Field Description protected DestinationMapAbstractRegion. destinationMap -
Uses of DestinationMap in org.apache.activemq.broker.region.policy
Subclasses of DestinationMap in org.apache.activemq.broker.region.policy Modifier and Type Class Description classPolicyMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.classRedeliveryPolicyMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies. -
Uses of DestinationMap in org.apache.activemq.security
Subclasses of DestinationMap in org.apache.activemq.security Modifier and Type Class Description classDefaultAuthorizationMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.classXBeanAuthorizationMapMethods in org.apache.activemq.security that return DestinationMap Modifier and Type Method Description DestinationMapSimpleAuthorizationMap. getAdminACLs()DestinationMapSimpleAuthorizationMap. getReadACLs()DestinationMapSimpleAuthorizationMap. getWriteACLs()Methods in org.apache.activemq.security with parameters of type DestinationMap Modifier and Type Method Description voidSimpleAuthorizationMap. setAdminACLs(DestinationMap adminACLs)voidSimpleAuthorizationMap. setReadACLs(DestinationMap readACLs)voidSimpleAuthorizationMap. setWriteACLs(DestinationMap writeACLs)Constructors in org.apache.activemq.security with parameters of type DestinationMap Constructor Description SimpleAuthorizationMap(DestinationMap writeACLs, DestinationMap readACLs, DestinationMap adminACLs)
-