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 class
TempDestinationAuthorizationEntry
Represents an entry in aDefaultAuthorizationMap
for assigning different operations (read, write, admin) of user roles to a temporary destinationclass
XBeanAuthorizationEntry
Represents an entry in aDefaultAuthorizationMap
for 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. entries
Methods in org.apache.activemq.security that return AuthorizationEntry Modifier and Type Method Description AuthorizationEntry
DefaultAuthorizationMap. getDefaultEntry()
protected AuthorizationEntry
SimpleCachedLDAPAuthorizationMap. getEntry(DefaultAuthorizationMap map, LdapName dn, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType)
Retrieves or creates theAuthorizationEntry
that corresponds to the DN indn
.AuthorizationEntry
DefaultAuthorizationMap. 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 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.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.void
DefaultAuthorizationMap. setDefaultEntry(AuthorizationEntry defaultEntry)
-