Uses of Enum Class
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap.PermissionType
Packages that use SimpleCachedLDAPAuthorizationMap.PermissionType
Package
Description
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
-
Uses of SimpleCachedLDAPAuthorizationMap.PermissionType in org.apache.activemq.security
Methods in org.apache.activemq.security that return SimpleCachedLDAPAuthorizationMap.PermissionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SimpleCachedLDAPAuthorizationMap.PermissionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.security with parameters of type SimpleCachedLDAPAuthorizationMap.PermissionTypeModifier 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.protected StringSimpleCachedLDAPAuthorizationMap.getFilterForPermissionType(SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Returns the filter string for the given permission type.voidSimpleCachedLDAPAuthorizationMap.objectAdded(NamingEvent namingEvent, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Handler for new policy entries in the directory.voidSimpleCachedLDAPAuthorizationMap.objectChanged(NamingEvent namingEvent, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Handler for changed policy entries in the directory.voidSimpleCachedLDAPAuthorizationMap.objectRemoved(NamingEvent namingEvent, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Handler for removed policy entries in the directory.voidSimpleCachedLDAPAuthorizationMap.objectRenamed(NamingEvent namingEvent, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Handler for renamed policy entries in the directory.protected voidSimpleCachedLDAPAuthorizationMap.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.Constructors in org.apache.activemq.security with parameters of type SimpleCachedLDAPAuthorizationMap.PermissionTypeModifierConstructorDescriptionCachedLDAPAuthorizationMapNamespaceChangeListener(SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Creates a new listener.