|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationEntry | |
|---|---|
| org.apache.activemq.security | Plugable Security Adapter framework along with default implementations such as the JAAS implementation. |
| Uses of AuthorizationEntry in org.apache.activemq.security |
|---|
| Subclasses of AuthorizationEntry in org.apache.activemq.security | |
|---|---|
class |
TempDestinationAuthorizationEntry
Represents an entry in a DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a temporary
destination |
| Fields in org.apache.activemq.security with type parameters of type AuthorizationEntry | |
|---|---|
protected Map<ActiveMQDestination,AuthorizationEntry> |
SimpleCachedLDAPAuthorizationMap.entries
|
| Methods in org.apache.activemq.security that return AuthorizationEntry | |
|---|---|
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)
|
| Methods in org.apache.activemq.security that return types with arguments of type AuthorizationEntry | |
|---|---|
protected Set<AuthorizationEntry> |
DefaultAuthorizationMap.getAllEntries(ActiveMQDestination destination)
|
| Methods in org.apache.activemq.security with parameters of type AuthorizationEntry | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||