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