Package org.apache.activemq.security
Interface SecurityAdminMBean
- All Known Implementing Classes:
AuthorizationBroker
public interface SecurityAdminMBean
An MBean for adding and removing users, roles
and destinations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueueRole(String queue, String operation, String role) voidvoidaddTopicRole(String topic, String operation, String role) voidaddUserRole(String user, String role) voidremoveQueueRole(String queue, String operation, String role) voidremoveRole(String role) voidremoveTopicRole(String topic, String operation, String role) voidremoveUserRole(String user, String role)
-
Field Details
-
OPERATION_READ
- See Also:
-
OPERATION_WRITE
- See Also:
-
OPERATION_ADMIN
- See Also:
-
-
Method Details
-
addRole
-
removeRole
-
addUserRole
-
removeUserRole
-
addTopicRole
-
removeTopicRole
-
addQueueRole
-
removeQueueRole
-