|
|||||||||||
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.ActDeactUserAccountCmd
Command class for requesting activation or deactivation of a native user account. Required user-admin authority.
Field Summary | |
---|---|
static long |
RC_ACTION_ERROR
Return code - error activating/deactivating account |
static long |
RC_BAD_PARM
Return code - invalid parameters |
static long |
RC_SUCCESS
Return code - success |
Constructor Summary | |
---|---|
ActDeactUserAccountCmd(java.lang.String uid,
boolean is_activate)
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 ActDeactUserAccountCmd(java.lang.String uid, boolean is_activate)
uid
- - user ID to be activate/deactivatedis_activate
- - true if activate, false if deactivate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |