Package | Description |
---|---|
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TempDestinationAuthorizationEntry
Represents an entry in a
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a temporary
destination |
Modifier and Type | Method and Description |
---|---|
AuthorizationEntry |
DefaultAuthorizationMap.getDefaultEntry() |
protected AuthorizationEntry |
CachedLDAPAuthorizationMap.getEntry(String name) |
AuthorizationEntry |
DefaultAuthorizationMap.getEntryFor(ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
protected Set<AuthorizationEntry> |
CachedLDAPAuthorizationMap.getAllEntries(ActiveMQDestination destination) |
protected Set<AuthorizationEntry> |
DefaultAuthorizationMap.getAllEntries(ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachedLDAPAuthorizationMap.applyACL(AuthorizationEntry entry,
SearchResult result) |
void |
DefaultAuthorizationMap.setDefaultEntry(AuthorizationEntry defaultEntry) |
Copyright © 2005–2015. All rights reserved.