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 |
class |
XBeanAuthorizationEntry
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. |
Modifier and Type | Field and Description |
---|---|
protected Map<ActiveMQDestination,AuthorizationEntry> |
SimpleCachedLDAPAuthorizationMap.entries |
Modifier and Type | Method and Description |
---|---|
AuthorizationEntry |
DefaultAuthorizationMap.getDefaultEntry() |
protected AuthorizationEntry |
SimpleCachedLDAPAuthorizationMap.getEntry(DefaultAuthorizationMap map,
LdapName dn,
SimpleCachedLDAPAuthorizationMap.DestinationType destinationType)
Retrieves or creates the
AuthorizationEntry that corresponds to the DN in dn . |
AuthorizationEntry |
DefaultAuthorizationMap.getEntryFor(ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
protected Set<AuthorizationEntry> |
DefaultAuthorizationMap.getAllEntries(ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleCachedLDAPAuthorizationMap.applyACL(AuthorizationEntry entry,
SearchResult result,
SimpleCachedLDAPAuthorizationMap.PermissionType permissionType)
Applies the policy from the directory to the given entry within the context of the provided permission type.
|
protected void |
SimpleCachedLDAPAuthorizationMap.applyAcl(AuthorizationEntry entry,
SimpleCachedLDAPAuthorizationMap.PermissionType permissionType,
Set<Object> acls)
Applies policy to the entry given the actual principals that will be applied to the policy entry.
|
void |
DefaultAuthorizationMap.setDefaultEntry(AuthorizationEntry defaultEntry) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.