|
static final String | CHANGE_PASSWORD = "change_password" |
| Change password for a user.
|
|
static final String | LIST = "list_users" |
| Returns a list of available users.
|
|
◆ UserCommand() [1/2]
eu.baltrad.beast.admin.command.UserCommand.UserCommand |
( |
| ) |
|
|
inline |
◆ UserCommand() [2/2]
eu.baltrad.beast.admin.command.UserCommand.UserCommand |
( |
String | operation | ) |
|
|
inline |
◆ getOperation()
String eu.baltrad.beast.admin.command.UserCommand.getOperation |
( |
| ) |
|
|
inline |
◆ getUser()
User eu.baltrad.beast.admin.command.UserCommand.getUser |
( |
| ) |
|
|
inline |
◆ setOperation()
void eu.baltrad.beast.admin.command.UserCommand.setOperation |
( |
String | operation | ) |
|
|
inline |
- Parameters
-
operation | the operation to set |
◆ setUser()
void eu.baltrad.beast.admin.command.UserCommand.setUser |
( |
User | user | ) |
|
|
inline |
◆ validate()
boolean eu.baltrad.beast.admin.command.UserCommand.validate |
( |
| ) |
|
|
inline |
◆ CHANGE_PASSWORD
final String eu.baltrad.beast.admin.command.UserCommand.CHANGE_PASSWORD = "change_password" |
|
static |
Change password for a user.
◆ LIST
final String eu.baltrad.beast.admin.command.UserCommand.LIST = "list_users" |
|
static |
Returns a list of available users.
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/admin/command/UserCommand.java