public interface SecurityAdminMBean
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_ADMIN |
static String |
OPERATION_READ |
static String |
OPERATION_WRITE |
Modifier and Type | Method and Description |
---|---|
void |
addQueueRole(String queue,
String operation,
String role) |
void |
addRole(String role) |
void |
addTopicRole(String topic,
String operation,
String role) |
void |
addUserRole(String user,
String role) |
void |
removeQueueRole(String queue,
String operation,
String role) |
void |
removeRole(String role) |
void |
removeTopicRole(String topic,
String operation,
String role) |
void |
removeUserRole(String user,
String role) |
static final String OPERATION_READ
static final String OPERATION_WRITE
static final String OPERATION_ADMIN
void removeRole(String role)
void addUserRole(String user, String role)
void removeUserRole(String user, String role)
void addTopicRole(String topic, String operation, String role)
void removeTopicRole(String topic, String operation, String role)
void addQueueRole(String queue, String operation, String role)
void removeQueueRole(String queue, String operation, String role)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.