public static enum CqUser.AuthenticationMode extends Enum<CqUser.AuthenticationMode> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
| Enum Constant and Description |
|---|
CLEAR_QUEST
Traditional ClearQuest authentication is being used by this user
|
LDAP
LDAP authentication is being used by this user
|
| Modifier and Type | Method and Description |
|---|---|
static CqUser.AuthenticationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqUser.AuthenticationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqUser.AuthenticationMode CLEAR_QUEST
public static final CqUser.AuthenticationMode LDAP
public static CqUser.AuthenticationMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static CqUser.AuthenticationMode[] values()
for (CqUser.AuthenticationMode c : CqUser.AuthenticationMode.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.