|
|||||||||||
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.InitTWGUserCmd
Command class for requesting initialization of a user account object for a given native or non-native account. Required user-admin authority.
Field Summary | |
---|---|
static long |
RC_BAD_PARM
Return code - invalid parameters/user ID |
static long |
RC_BAD_USERID
Return code - error - not valid user-id |
static long |
RC_ERROR_CREATING
Return code - error - create failed |
static long |
RC_SUCCESS
Return code - success |
static long |
RC_USER_ALREADY_EXISTS
Return code - error - account object already defined |
Constructor Summary | |
---|---|
InitTWGUserCmd(java.lang.String uid)
Constructor for command |
Method Summary | |
---|---|
long |
getNewOID()
Get object ID of TWGUser object created |
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_USER_ALREADY_EXISTS
public static final long RC_BAD_USERID
public static final long RC_ERROR_CREATING
Constructor Detail |
public InitTWGUserCmd(java.lang.String uid)
uid
- - user ID to initializeMethod Detail |
public long getNewOID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |