Uses of Class
org.apache.activemq.security.AuthorizationEntry
-
Packages that use AuthorizationEntry Package Description 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 Modifier and Type Class Description classTempDestinationAuthorizationEntryRepresents an entry in aDefaultAuthorizationMapfor assigning different operations (read, write, admin) of user roles to a temporary destinationclassXBeanAuthorizationEntryRepresents an entry in aDefaultAuthorizationMapfor assigning different operations (read, write, admin) of user roles to a specific destination or a hierarchical wildcard area of destinations.Fields in org.apache.activemq.security with type parameters of type AuthorizationEntry Modifier and Type Field Description protected Map<ActiveMQDestination,AuthorizationEntry>SimpleCachedLDAPAuthorizationMap. entriesMethods in org.apache.activemq.security that return AuthorizationEntry Modifier and Type Method Description AuthorizationEntryDefaultAuthorizationMap. getDefaultEntry()protected AuthorizationEntrySimpleCachedLDAPAuthorizationMap. getEntry(DefaultAuthorizationMap map, LdapName dn, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType)Retrieves or creates theAuthorizationEntrythat corresponds to the DN indn.AuthorizationEntryDefaultAuthorizationMap. getEntryFor(ActiveMQDestination destination)Methods in org.apache.activemq.security that return types with arguments of type AuthorizationEntry Modifier and Type Method Description protected Set<AuthorizationEntry>DefaultAuthorizationMap. getAllEntries(ActiveMQDestination destination)Methods in org.apache.activemq.security with parameters of type AuthorizationEntry Modifier and Type Method Description protected 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)
-