|
||||||||||
| 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 HashMap<ActiveMQDestination,AuthorizationEntry> |
CachedLDAPAuthorizationMap.entries
|
| Methods in org.apache.activemq.security that return AuthorizationEntry | |
|---|---|
AuthorizationEntry |
DefaultAuthorizationMap.getDefaultEntry()
|
protected AuthorizationEntry |
CachedLDAPAuthorizationMap.getEntry(LdapName dn,
CachedLDAPAuthorizationMap.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)
|
protected Set<AuthorizationEntry> |
CachedLDAPAuthorizationMap.getAllEntries(ActiveMQDestination destination)
Provides synchronous refresh capabilities if so configured before delegating to the super implementation, and otherwise simply delegates to the super implementation. |
| Methods in org.apache.activemq.security with parameters of type AuthorizationEntry | |
|---|---|
protected void |
CachedLDAPAuthorizationMap.applyAcl(AuthorizationEntry entry,
CachedLDAPAuthorizationMap.PermissionType permissionType,
Set<Object> acls)
Applies policy to the entry given the actual principals that will be applied to the policy entry. |
protected void |
CachedLDAPAuthorizationMap.applyACL(AuthorizationEntry entry,
SearchResult result,
CachedLDAPAuthorizationMap.PermissionType permissionType)
Applies the policy from the directory to the given entry within the context of the provided permission type. |
void |
DefaultAuthorizationMap.setDefaultEntry(AuthorizationEntry defaultEntry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||