org.apache.activemq.security
Interface AuthorizationMap

All Known Implementing Classes:
CachedLDAPAuthorizationMap, DefaultAuthorizationMap, LDAPAuthorizationMap, SimpleAuthorizationMap

public interface AuthorizationMap


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<?> getTempDestinationAdminACLs()
          Returns the set of all ACLs capable of administering temp destination
 java.util.Set<?> getTempDestinationReadACLs()
          Returns the set of all ACLs capable of reading from temp destination
 java.util.Set<?> getTempDestinationWriteACLs()
          Returns the set of all ACLs capable of writing to temp destination
 java.util.Set<?> getWriteACLs(ActiveMQDestination destination)
          Returns the set of all ACLs capable of writing to the given destination
 

Method Detail

getTempDestinationAdminACLs

java.util.Set<?> getTempDestinationAdminACLs()
Returns the set of all ACLs capable of administering temp destination


getTempDestinationReadACLs

java.util.Set<?> getTempDestinationReadACLs()
Returns the set of all ACLs capable of reading from temp destination


getTempDestinationWriteACLs

java.util.Set<?> getTempDestinationWriteACLs()
Returns the set of all ACLs capable of writing to temp destination


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 © 2005-2016. All Rights Reserved.