|
|||||||||||
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.GetUserAccountInfoCmd
Command class for requesting basic user account information: requires user-admin authority.
Field Summary | |
---|---|
static java.lang.String |
ALL_DOMAINS
|
static java.lang.String |
DEFAULT_DOMAIN
|
Constructor Summary | |
---|---|
GetUserAccountInfoCmd()
Constructor for command |
|
GetUserAccountInfoCmd(java.lang.String dom)
Constructor for command - include domain name to request full account info |
|
GetUserAccountInfoCmd(java.lang.String dom,
boolean getNativeUnauthorizedUsers)
|
Method Summary | |
---|---|
TWGStringArray |
getAllAccountDescriptions()
Get ordered list of descriptions for all accounts (native active, inactive, and non-native) |
TWGStringArray |
getAllAccountDomains()
Get list of all account domains, with default domain first |
TWGStringArray |
getAllAccountFullNames()
Get ordered list of full-names for all accounts (native active, inactive, and non-native) |
TWGStringArray |
getAllAccounts()
Get ordered list of all accounts (native active, inactive, and non-native) |
TWGBooleanArray |
getAllAccountSuperUserFlags()
Get ordered list of super-user flags for all accounts (native active, inactive, and non-native) |
StringValueSet |
getAllInactiveNativeIDs()
Get list of all inactive native user-IDs |
StringValueSet |
getAllInitializedIDs()
Get list of all initialized user-IDs |
StringValueSet |
getAllNativeIDs()
Get list of all approved native user-IDs |
StringValueSet |
getAllNonNativeIDs()
Get list of all non-native user-IDs |
StringValueSet |
getAllUnrevokableNativeIDs()
Get list of all approved and unrevokable native user-IDs |
LongValueSet |
getInvalidTWGUserOIDs()
Get list of all invalid TWGUser object OIDs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_DOMAIN
public static final java.lang.String ALL_DOMAINS
Constructor Detail |
public GetUserAccountInfoCmd()
public GetUserAccountInfoCmd(java.lang.String dom)
dom
- - account domain: GetUserAccountInfoCmd.DEFAULT_DOMAIN=default domainpublic GetUserAccountInfoCmd(java.lang.String dom, boolean getNativeUnauthorizedUsers)
Method Detail |
public StringValueSet getAllNativeIDs()
public StringValueSet getAllInactiveNativeIDs()
public StringValueSet getAllNonNativeIDs()
public StringValueSet getAllInitializedIDs()
public TWGStringArray getAllAccounts()
public TWGStringArray getAllAccountFullNames()
public TWGStringArray getAllAccountDescriptions()
public TWGBooleanArray getAllAccountSuperUserFlags()
public StringValueSet getAllUnrevokableNativeIDs()
public TWGStringArray getAllAccountDomains()
public LongValueSet getInvalidTWGUserOIDs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |