public class AuthorizationEntry extends DestinationMapEntry
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a specific
destination or a hierarchical wildcard area of destinations.| Modifier and Type | Field and Description |
|---|---|
protected String |
adminRoles |
protected String |
readRoles |
protected String |
writeRoles |
destination| Constructor and Description |
|---|
AuthorizationEntry() |
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
getAdminACLs() |
String |
getGroupClass() |
Set<Object> |
getReadACLs() |
Set<Object> |
getWriteACLs() |
protected Set<Object> |
parseACLs(String roles) |
void |
setAdmin(String roles) |
void |
setAdminACLs(Set<Object> adminACLs) |
void |
setGroupClass(String groupClass) |
void |
setRead(String roles) |
void |
setReadACLs(Set<Object> readACLs) |
void |
setWrite(String roles) |
void |
setWriteACLs(Set<Object> writeACLs) |
compareTo, getDestination, getValue, setDestination, setQueue, setTempQueue, setTempTopic, setTopicCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.