|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.util.Set<?> getTempDestinationAdminACLs()
java.util.Set<?> getTempDestinationReadACLs()
java.util.Set<?> getTempDestinationWriteACLs()
java.util.Set<?> getAdminACLs(ActiveMQDestination destination)
java.util.Set<?> getReadACLs(ActiveMQDestination destination)
java.util.Set<?> getWriteACLs(ActiveMQDestination destination)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |