Package | Description |
---|---|
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Set<GroupPrincipal> |
LDAPAuthorizationMap.getACLs(ActiveMQDestination destination,
String roleBase,
String roleAttribute) |
protected Set<GroupPrincipal> |
LDAPAuthorizationMap.getACLs(String destinationBase,
SearchControls constraints,
String roleBase,
String roleAttribute) |
Set<GroupPrincipal> |
LDAPAuthorizationMap.getAdminACLs(ActiveMQDestination destination) |
protected Set<GroupPrincipal> |
LDAPAuthorizationMap.getCompositeACLs(ActiveMQDestination destination,
String roleBase,
String roleAttribute) |
Set<GroupPrincipal> |
LDAPAuthorizationMap.getReadACLs(ActiveMQDestination destination) |
Set<GroupPrincipal> |
LDAPAuthorizationMap.getTempDestinationAdminACLs() |
Set<GroupPrincipal> |
LDAPAuthorizationMap.getTempDestinationReadACLs() |
Set<GroupPrincipal> |
LDAPAuthorizationMap.getTempDestinationWriteACLs() |
Set<GroupPrincipal> |
LDAPAuthorizationMap.getWriteACLs(ActiveMQDestination destination) |
Copyright © 2005–2016. All rights reserved.