Uses of Class
org.apache.activemq.security.AuthorizationEntry
Packages that use AuthorizationEntry
Package
Description
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.securityModifier and TypeClassDescriptionclassRepresents an entry in aDefaultAuthorizationMapfor assigning different operations (read, write, admin) of user roles to a temporary destinationFields in org.apache.activemq.security with type parameters of type AuthorizationEntryModifier and TypeFieldDescriptionprotected Map<org.apache.activemq.command.ActiveMQDestination,AuthorizationEntry> SimpleCachedLDAPAuthorizationMap.entriesMethods in org.apache.activemq.security that return AuthorizationEntryModifier and TypeMethodDescriptionDefaultAuthorizationMap.getDefaultEntry()protected AuthorizationEntrySimpleCachedLDAPAuthorizationMap.getEntry(DefaultAuthorizationMap map, LdapName dn, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType) Retrieves or creates theAuthorizationEntrythat corresponds to the DN indn.DefaultAuthorizationMap.getEntryFor(org.apache.activemq.command.ActiveMQDestination destination) Methods in org.apache.activemq.security that return types with arguments of type AuthorizationEntryModifier and TypeMethodDescriptionprotected Set<AuthorizationEntry>DefaultAuthorizationMap.getAllEntries(org.apache.activemq.command.ActiveMQDestination destination) Methods in org.apache.activemq.security with parameters of type AuthorizationEntryModifier and TypeMethodDescriptionprotected voidSimpleCachedLDAPAuthorizationMap.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.protected voidSimpleCachedLDAPAuthorizationMap.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.voidDefaultAuthorizationMap.setDefaultEntry(AuthorizationEntry defaultEntry)