org.apache.activemq.security
Interface AuthorizationMap

All Known Implementing Classes:
DefaultAuthorizationMap, LDAPAuthorizationMap, SimpleAuthorizationMap

public interface AuthorizationMap

Version:
$Revision: 426366 $

Method Summary
 java.util.Set getAdminACLs(ActiveMQDestination destination)
          Returns the set of all ACLs capable of administering the given destination
 java.util.Set getReadACLs(ActiveMQDestination destination)
          Returns the set of all ACLs capable of reading (consuming from) the given destination
 java.util.Set getWriteACLs(ActiveMQDestination destination)
          Returns the set of all ACLs capable of writing to the given destination
 

Method Detail

getAdminACLs

java.util.Set getAdminACLs(ActiveMQDestination destination)
Returns the set of all ACLs capable of administering the given destination


getReadACLs

java.util.Set getReadACLs(ActiveMQDestination destination)
Returns the set of all ACLs capable of reading (consuming from) the given destination


getWriteACLs

java.util.Set getWriteACLs(ActiveMQDestination destination)
Returns the set of all ACLs capable of writing to the given destination



Copyright © 2011 Apache Software Foundation. All Rights Reserved.