org.apache.activemq.security
Class XBeanAuthorizationEntry
java.lang.Object
org.apache.activemq.filter.DestinationMapEntry
org.apache.activemq.security.AuthorizationEntry
org.apache.activemq.security.XBeanAuthorizationEntry
- All Implemented Interfaces:
- Comparable, org.springframework.beans.factory.InitializingBean
public class XBeanAuthorizationEntry
- extends AuthorizationEntry
- implements org.springframework.beans.factory.InitializingBean
Represents an entry in a DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a specific
destination or a hierarchical wildcard area of destinations.
XBeanAuthorizationEntry
public XBeanAuthorizationEntry()
setAdmin
public void setAdmin(String roles)
throws Exception
- Overrides:
setAdmin in class AuthorizationEntry
- Throws:
Exception
setRead
public void setRead(String roles)
throws Exception
- Overrides:
setRead in class AuthorizationEntry
- Throws:
Exception
setWrite
public void setWrite(String roles)
throws Exception
- Overrides:
setWrite in class AuthorizationEntry
- Throws:
Exception
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.