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:
- java.lang.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XBeanAuthorizationEntry
public XBeanAuthorizationEntry()
setAdmin
public void setAdmin(java.lang.String roles)
throws java.lang.Exception
- Overrides:
setAdmin in class AuthorizationEntry
- Throws:
java.lang.Exception
setRead
public void setRead(java.lang.String roles)
throws java.lang.Exception
- Overrides:
setRead in class AuthorizationEntry
- Throws:
java.lang.Exception
setWrite
public void setWrite(java.lang.String roles)
throws java.lang.Exception
- Overrides:
setWrite in class AuthorizationEntry
- Throws:
java.lang.Exception
afterPropertiesSet
@PostConstruct
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.