|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserManagement
Field Summary | |
---|---|
static List<String> |
COMPOSITE_ITEM_DESCRIPTIONS
|
static List<String> |
COMPOSITE_ITEM_NAMES
|
static String |
RIGHTS_ADMIN
|
static String |
RIGHTS_READ_ONLY
|
static String |
RIGHTS_READ_WRITE
|
static List<String> |
TABULAR_UNIQUE_INDEX
|
static String |
TYPE
|
static String |
USERNAME
|
Method Summary | |
---|---|
boolean |
createUser(String username,
char[] password,
boolean read,
boolean write,
boolean admin)
Deprecated. since Qpid JMX API 1.7 |
boolean |
createUser(String username,
String password,
boolean read,
boolean write,
boolean admin)
Create users with given details. |
boolean |
deleteUser(String username)
View users returns all the users that are currently available to the system. |
boolean |
reloadData()
Reload the date from disk Since Qpid JMX API 1.2 this operation reloads the password and authorisation files. |
boolean |
setPassword(String username,
char[] password)
Deprecated. since Qpid JMX API 1.7 |
boolean |
setPassword(String username,
String password)
Set password for a given user. |
boolean |
setRights(String username,
boolean read,
boolean write,
boolean admin)
set rights for users with given details |
TabularData |
viewUsers()
View users returns all the users that are currently available to the system. |
Field Detail |
---|
static final String TYPE
static final String USERNAME
static final String RIGHTS_READ_ONLY
static final String RIGHTS_READ_WRITE
static final String RIGHTS_ADMIN
static final List<String> COMPOSITE_ITEM_NAMES
static final List<String> COMPOSITE_ITEM_DESCRIPTIONS
static final List<String> TABULAR_UNIQUE_INDEX
Method Detail |
---|
@Deprecated boolean setPassword(String username, char[] password)
username
- The username to createpassword
- The password for the user
boolean setPassword(String username, String password)
username
- The username to createpassword
- The password for the user
boolean setRights(String username, boolean read, boolean write, boolean admin)
username
- The username to createread
- The set of permission to give the new userwrite
- The set of permission to give the new useradmin
- The set of permission to give the new user
@Deprecated boolean createUser(String username, char[] password, boolean read, boolean write, boolean admin)
username
- The username to createpassword
- The password for the userread
- The set of permission to give the new userwrite
- The set of permission to give the new useradmin
- The set of permission to give the new user
boolean createUser(String username, String password, boolean read, boolean write, boolean admin)
username
- The username to createpassword
- The password for the userread
- The set of permission to give the new userwrite
- The set of permission to give the new useradmin
- The set of permission to give the new user
boolean deleteUser(String username)
username
- The user to delete
boolean reloadData()
TabularData viewUsers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |