|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqDbSet.AuthenticationAlgorithm>
CqDbSet.AuthenticationAlgorithm
public static enum CqDbSet.AuthenticationAlgorithm
AuthenticationAlgorithm constants specify which authentication search strategy is selected when a Rational ClearQuest user logs on.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CqDbSet.AuthenticationAlgorithm CLEAR_QUEST_FIRST
public static final CqDbSet.AuthenticationAlgorithm CLEAR_QUEST_ONLY
Method Detail |
---|
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 namepublic static final CqDbSet.AuthenticationAlgorithm[] values()
for(CqDbSet.AuthenticationAlgorithm c : CqDbSet.AuthenticationAlgorithm.values()) System.out.println(c);
|
Generated Wed 29-Feb-2012 11:58 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |