Uses of Class
org.apache.activemq.security.DefaultAuthorizationMap
-
Packages that use DefaultAuthorizationMap Package Description org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of DefaultAuthorizationMap in org.apache.activemq.security
Subclasses of DefaultAuthorizationMap in org.apache.activemq.security Modifier and Type Class Description class
XBeanAuthorizationMap
Methods in org.apache.activemq.security with parameters of type DefaultAuthorizationMap Modifier and Type Method Description protected AuthorizationEntry
SimpleCachedLDAPAuthorizationMap. getEntry(DefaultAuthorizationMap map, LdapName dn, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType)
Retrieves or creates theAuthorizationEntry
that corresponds to the DN indn
.protected void
SimpleCachedLDAPAuthorizationMap. processQueryResults(DefaultAuthorizationMap map, NamingEnumeration<SearchResult> results, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType)
Processes results from a directory query in the context of a given destination type and permission type.
-