Uses of Enum
org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap.DestinationType
Packages that use SimpleCachedLDAPAuthorizationMap.DestinationType
Package
Description
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
-
Uses of SimpleCachedLDAPAuthorizationMap.DestinationType in org.apache.activemq.security
Methods in org.apache.activemq.security that return SimpleCachedLDAPAuthorizationMap.DestinationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SimpleCachedLDAPAuthorizationMap.DestinationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.security with parameters of type SimpleCachedLDAPAuthorizationMap.DestinationTypeModifier and TypeMethodDescriptionprotected org.apache.activemq.command.ActiveMQDestinationSimpleCachedLDAPAuthorizationMap.formatDestination(LdapName dn, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType) Parses a DN into the equivalentActiveMQDestination.protected org.apache.activemq.command.ActiveMQDestinationSimpleCachedLDAPAuthorizationMap.formatDestination(Rdn destinationName, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType) Parses RDN values representing the destination name/pattern and destination type into the equivalentActiveMQDestination.protected AuthorizationEntrySimpleCachedLDAPAuthorizationMap.getEntry(DefaultAuthorizationMap map, LdapName dn, SimpleCachedLDAPAuthorizationMap.DestinationType destinationType) Retrieves or creates theAuthorizationEntrythat corresponds to the DN indn.protected intSimpleCachedLDAPAuthorizationMap.getPrefixLengthForDestinationType(SimpleCachedLDAPAuthorizationMap.DestinationType destinationType) Returns the DN prefix size based on the given destination 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.DestinationTypeModifierConstructorDescriptionCachedLDAPAuthorizationMapNamespaceChangeListener(SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType) Creates a new listener.