|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.CreateNonNativeAccountCmd
Command class for requesting creation of a non-native account. Required user-admin authority.
Field Summary | |
---|---|
static long |
RC_ACTION_ERROR
Return code - error creating account |
static long |
RC_ALREADY_EXISTS
Return code - error creating account - already exists |
static long |
RC_BAD_PARM
Return code - invalid parameters |
static long |
RC_SUCCESS
Return code - success |
Constructor Summary | |
---|---|
CreateNonNativeAccountCmd(java.lang.String uid,
java.lang.String password,
boolean is_superuser)
Constructor for command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long RC_SUCCESS
public static final long RC_BAD_PARM
public static final long RC_ACTION_ERROR
public static final long RC_ALREADY_EXISTS
Constructor Detail |
public CreateNonNativeAccountCmd(java.lang.String uid, java.lang.String password, boolean is_superuser)
uid
- - user ID to be createdpassword
- - user ID to be createdis_superuser
- - true if superuser, false if normal
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |