Uses of Class
org.apache.activemq.jaas.GroupPrincipal
-
Packages that use GroupPrincipal Package Description org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of GroupPrincipal in org.apache.activemq.security
Methods in org.apache.activemq.security that return types with arguments of type GroupPrincipal Modifier and Type Method Description protected Set<GroupPrincipal>
LDAPAuthorizationMap. getACLs(String destinationBase, SearchControls constraints, String roleBase, String roleAttribute)
protected Set<GroupPrincipal>
LDAPAuthorizationMap. getACLs(ActiveMQDestination destination, 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)
-