public interface UserManagement
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
boolean |
createUser(String username,
String password)
Create users with given details.
|
boolean |
deleteUser(String username)
View users returns all the users that are currently available to the system.
|
String |
getAuthenticationProviderType()
The type of the underlying authentication provider being managed.
|
boolean |
reloadData()
Reload the user data
Since Qpid JMX API 2.3 / 1.12 this operation reloads only the password data.
|
boolean |
setPassword(String username,
String password)
Set password for a given user.
|
TabularData |
viewUsers()
View users returns all the users that are currently available to the system.
|
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
boolean setPassword(String username, String password)
username
- The username to createpassword
- The password for the userboolean createUser(String username, String password)
username
- The username to createpassword
- The password for the userboolean deleteUser(String username)
username
- The user to deleteboolean reloadData()
TabularData viewUsers()
String getAuthenticationProviderType()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.