Project: stp

com.ibm.rational.wvcm.stp.cq
Enum CqDbSet.AuthenticationAlgorithm

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

public static enum CqDbSet.AuthenticationAlgorithm
extends Enum<CqDbSet.AuthenticationAlgorithm>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

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

CLEAR_QUEST_FIRST

public static final CqDbSet.AuthenticationAlgorithm 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

public static final CqDbSet.AuthenticationAlgorithm CLEAR_QUEST_ONLY
Traditional Rational ClearQuest user authentication. Does not allow LDAP authentication. This is the default algorithm.

Method Detail

valueOf

public static CqDbSet.AuthenticationAlgorithm 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

values

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

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

Generated Thu 2-Oct-2014 10:59 AM

Copyright © IBM 2014. All rights reserved.