|
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 are 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 name
NullPointerException - if the argument is nullpublic static CqUser.AuthenticationMode[] values()
for (CqUser.AuthenticationMode c : CqUser.AuthenticationMode.values()) System.out.println(c);
|
Generated Tue 29-Aug-2017 12:28 PM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||