|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUserOperationReturnCodes
This interface contains the codes returned by the user
operations of the admin command
| Field Summary | |
|---|---|
static int |
SERVER_ERROR
Return code indicating an unexpected server error. |
static int |
SUCCESS
Return code indicating operation succeeded. |
static int |
USER_EXISTS
Return code indicating the user already exists. |
static int |
USER_NAME_TOO_LONG
Return code indicating the supplied user name is too long. |
static int |
WRONG_PASSWORD
Return code indicating the supplied password is wrong. |
static int |
WRONG_USER
Return code indicating the user does not exist. |
| Field Detail |
|---|
static final int SUCCESS
static final int SERVER_ERROR
static final int WRONG_PASSWORD
static final int WRONG_USER
static final int USER_EXISTS
static final int USER_NAME_TOO_LONG
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||