|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachedLDAPAuthorizationMap.DestinationType | |
|---|---|
| org.apache.activemq.security | Plugable Security Adapter framework along with default implementations such as the JAAS implementation. |
| Uses of CachedLDAPAuthorizationMap.DestinationType in org.apache.activemq.security |
|---|
| Methods in org.apache.activemq.security that return CachedLDAPAuthorizationMap.DestinationType | |
|---|---|
static CachedLDAPAuthorizationMap.DestinationType |
CachedLDAPAuthorizationMap.DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CachedLDAPAuthorizationMap.DestinationType[] |
CachedLDAPAuthorizationMap.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 CachedLDAPAuthorizationMap.DestinationType | |
|---|---|
protected ActiveMQDestination |
CachedLDAPAuthorizationMap.formatDestination(LdapName dn,
CachedLDAPAuthorizationMap.DestinationType destinationType)
Parses a DN into the equivalent ActiveMQDestination. |
protected ActiveMQDestination |
CachedLDAPAuthorizationMap.formatDestination(Rdn destinationName,
CachedLDAPAuthorizationMap.DestinationType destinationType)
Parses RDN values representing the destination name/pattern and destination type into the equivalent ActiveMQDestination. |
protected AuthorizationEntry |
CachedLDAPAuthorizationMap.getEntry(LdapName dn,
CachedLDAPAuthorizationMap.DestinationType destinationType)
Retrieves or creates the AuthorizationEntry that corresponds to
the DN in dn. |
protected int |
CachedLDAPAuthorizationMap.getPrefixLengthForDestinationType(CachedLDAPAuthorizationMap.DestinationType destinationType)
Returns the DN prefix size based on the given destination type. |
void |
CachedLDAPAuthorizationMap.objectAdded(NamingEvent namingEvent,
CachedLDAPAuthorizationMap.DestinationType destinationType,
CachedLDAPAuthorizationMap.PermissionType permissionType)
Handler for new policy entries in the directory. |
void |
CachedLDAPAuthorizationMap.objectChanged(NamingEvent namingEvent,
CachedLDAPAuthorizationMap.DestinationType destinationType,
CachedLDAPAuthorizationMap.PermissionType permissionType)
Handler for changed policy entries in the directory. |
void |
CachedLDAPAuthorizationMap.objectRemoved(NamingEvent namingEvent,
CachedLDAPAuthorizationMap.DestinationType destinationType,
CachedLDAPAuthorizationMap.PermissionType permissionType)
Handler for removed policy entries in the directory. |
void |
CachedLDAPAuthorizationMap.objectRenamed(NamingEvent namingEvent,
CachedLDAPAuthorizationMap.DestinationType destinationType,
CachedLDAPAuthorizationMap.PermissionType permissionType)
Handler for renamed policy entries in the directory. |
protected void |
CachedLDAPAuthorizationMap.processQueryResults(NamingEnumeration<SearchResult> results,
CachedLDAPAuthorizationMap.DestinationType destinationType,
CachedLDAPAuthorizationMap.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 CachedLDAPAuthorizationMap.DestinationType | |
|---|---|
CachedLDAPAuthorizationMap.CachedLDAPAuthorizationMapNamespaceChangeListener(CachedLDAPAuthorizationMap.DestinationType destinationType,
CachedLDAPAuthorizationMap.PermissionType permissionType)
Creates a new listener. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||