org.apache.activemq.security
Interface AuthorizationMap

All Known Implementing Classes:
DefaultAuthorizationMap, LDAPAuthorizationMap, SimpleAuthorizationMap

public interface AuthorizationMap

Version:
$Revision: 426366 $

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

Method Detail

getAdminACLs

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


getReadACLs

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


getWriteACLs

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.