Package org.apache.activemq.security
Class XBeanAuthorizationMap
- java.lang.Object
-
- org.apache.activemq.filter.DestinationMap
-
- org.apache.activemq.security.DefaultAuthorizationMap
-
- org.apache.activemq.security.XBeanAuthorizationMap
-
- All Implemented Interfaces:
AuthorizationMap
,org.springframework.beans.factory.InitializingBean
public class XBeanAuthorizationMap extends DefaultAuthorizationMap implements org.springframework.beans.factory.InitializingBean
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DestinationMapEntry>
authorizationEntries
-
Fields inherited from class org.apache.activemq.security.DefaultAuthorizationMap
DEFAULT_GROUP_CLASS, groupClass
-
Fields inherited from class org.apache.activemq.filter.DestinationMap
ANY_CHILD, ANY_DESCENDENT
-
-
Constructor Summary
Constructors Constructor Description XBeanAuthorizationMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
setAuthorizationEntries(List<DestinationMapEntry> entries)
Sets the individual entries on the authorization map-
Methods inherited from class org.apache.activemq.security.DefaultAuthorizationMap
createGroupPrincipal, get, getAdminACLs, getAllEntries, getDefaultEntry, getEntryClass, getEntryFor, getGroupClass, getReadACLs, getTempDestinationAdminACLs, getTempDestinationAuthorizationEntry, getTempDestinationReadACLs, getTempDestinationWriteACLs, getWriteACLs, setDefaultEntry, setGroupClass, setTempDestinationAuthorizationEntry
-
Methods inherited from class org.apache.activemq.filter.DestinationMap
chooseValue, findWildcardMatches, findWildcardMatches, getQueueRootChildCount, getQueueRootNode, getRootNode, getTempQueueRootNode, getTempTopicRootNode, getTopicRootChildCount, getTopicRootNode, isEmpty, put, remove, removeAll, reset, setEntries, union, unsynchronizedGet, unsynchronizedPut, unsynchronizedRemove
-
-
-
-
Field Detail
-
authorizationEntries
protected List<DestinationMapEntry> authorizationEntries
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
setAuthorizationEntries
public void setAuthorizationEntries(List<DestinationMapEntry> entries)
Sets the individual entries on the authorization map- Overrides:
setAuthorizationEntries
in classDefaultAuthorizationMap
-
-