|
|||||||||||
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.DeleteNonNativeAccountCmd
Command class for requesting deletion of a non-native account. Required user-admin authority.
Field Summary | |
---|---|
static long |
RC_ACTION_ERROR
Return code - error deleting account |
static long |
RC_BAD_PARM
Return code - invalid parameters |
static long |
RC_SUCCESS
Return code - success |
Constructor Summary | |
---|---|
DeleteNonNativeAccountCmd(java.lang.String uid)
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
Constructor Detail |
public DeleteNonNativeAccountCmd(java.lang.String uid)
uid
- - user ID to be deleted
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |