public static enum CqDbSet.AuthenticationAlgorithm extends Enum<CqDbSet.AuthenticationAlgorithm> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
CLEAR_QUEST_FIRST
Authenticate using traditional Rational ClearQuest user
authentication as the preference, and failing that, attempt to
authenticate using LDAP authentication.
|
CLEAR_QUEST_ONLY
Traditional Rational ClearQuest user authentication.
|
Modifier and Type | Method and Description |
---|---|
static CqDbSet.AuthenticationAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqDbSet.AuthenticationAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqDbSet.AuthenticationAlgorithm CLEAR_QUEST_FIRST
public static final CqDbSet.AuthenticationAlgorithm CLEAR_QUEST_ONLY
public static CqDbSet.AuthenticationAlgorithm 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 CqDbSet.AuthenticationAlgorithm[] values()
for (CqDbSet.AuthenticationAlgorithm c : CqDbSet.AuthenticationAlgorithm.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.