Project: stp

com.ibm.rational.wvcm.stp.cq
Enum CqUser.AuthenticationMode

Object
  extended by Enum<CqUser.AuthenticationMode>
      extended by CqUser.AuthenticationMode
All Implemented Interfaces:
com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<CqUser.AuthenticationMode>
Enclosing interface:
CqUser

public static enum CqUser.AuthenticationMode
extends Enum<CqUser.AuthenticationMode>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

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

CLEAR_QUEST

public static final CqUser.AuthenticationMode CLEAR_QUEST
Traditional ClearQuest authentication is being used by this user


LDAP

public static final CqUser.AuthenticationMode LDAP
LDAP authentication is being used by this user

Method Detail

valueOf

public static CqUser.AuthenticationMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

values

public static CqUser.AuthenticationMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CqUser.AuthenticationMode c : CqUser.AuthenticationMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

Generated Thu 2-Aug-2012 03:10 AM

Copyright © IBM 2012. All rights reserved.