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 java.util.HashMap<ActiveMQDestination,AuthorizationEntry> |
SimpleCachedLDAPAuthorizationMap.entries |
Modifier and Type | Method and Description |
---|---|
AuthorizationEntry |
DefaultAuthorizationMap.getDefaultEntry() |
protected AuthorizationEntry |
SimpleCachedLDAPAuthorizationMap.getEntry(javax.naming.ldap.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 java.util.Set<AuthorizationEntry> |
SimpleCachedLDAPAuthorizationMap.getAllEntries(ActiveMQDestination destination)
Provides synchronous refresh capabilities if so configured before delegating to the super implementation,
and otherwise simply delegates to the super implementation.
|
protected java.util.Set<AuthorizationEntry> |
DefaultAuthorizationMap.getAllEntries(ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleCachedLDAPAuthorizationMap.applyACL(AuthorizationEntry entry,
javax.naming.directory.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,
java.util.Set<java.lang.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-2013 Red Hat, Inc.. All Rights Reserved.