|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqUser.AuthenticationMode>
CqUser.AuthenticationMode
public static enum CqUser.AuthenticationMode
An enumeration of the authentication modes available to a user
Enum Constant Summary | |
---|---|
CLEAR_QUEST
Traditional ClearQuest authentication is being used by this user |
|
LDAP
LDAP authentication is being used by this user |
Method Summary | |
---|---|
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'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 CqUser.AuthenticationMode CLEAR_QUEST
public static final CqUser.AuthenticationMode LDAP
Method Detail |
---|
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 namepublic static final CqUser.AuthenticationMode[] values()
for(CqUser.AuthenticationMode c : CqUser.AuthenticationMode.values()) System.out.println(c);
|
Generated Thu 2-Oct-2014 10:59 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |