public interface AuthorizationMap
| Modifier and Type | Method and Description |
|---|---|
Set<?> |
getAdminACLs(org.apache.activemq.command.ActiveMQDestination destination)
Returns the set of all ACLs capable of administering the given
destination
|
Set<?> |
getReadACLs(org.apache.activemq.command.ActiveMQDestination destination)
Returns the set of all ACLs capable of reading (consuming from) the given
destination
|
Set<?> |
getTempDestinationAdminACLs()
Returns the set of all ACLs capable of administering temp destination
|
Set<?> |
getTempDestinationReadACLs()
Returns the set of all ACLs capable of reading from temp destination
|
Set<?> |
getTempDestinationWriteACLs()
Returns the set of all ACLs capable of writing to temp destination
|
Set<?> |
getWriteACLs(org.apache.activemq.command.ActiveMQDestination destination)
Returns the set of all ACLs capable of writing to the given destination
|
Set<?> getTempDestinationAdminACLs()
Set<?> getTempDestinationReadACLs()
Set<?> getTempDestinationWriteACLs()
Set<?> getAdminACLs(org.apache.activemq.command.ActiveMQDestination destination)
Set<?> getReadACLs(org.apache.activemq.command.ActiveMQDestination destination)
Set<?> getWriteACLs(org.apache.activemq.command.ActiveMQDestination destination)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.