com.pingidentity.sts.clientapi
Enum STSClientConfiguration.SystemAuthType
java.lang.Object
java.lang.Enum<STSClientConfiguration.SystemAuthType>
com.pingidentity.sts.clientapi.STSClientConfiguration.SystemAuthType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<STSClientConfiguration.SystemAuthType>
- Enclosing class:
- STSClientConfiguration
public static enum STSClientConfiguration.SystemAuthType
- extends java.lang.Enum<STSClientConfiguration.SystemAuthType>
Options for HTTP transport authentication for the STS endpoint
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BASIC
public static final STSClientConfiguration.SystemAuthType BASIC
CLIENT_CERT
public static final STSClientConfiguration.SystemAuthType CLIENT_CERT
NONE
public static final STSClientConfiguration.SystemAuthType NONE
values
public static final STSClientConfiguration.SystemAuthType[] 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(STSClientConfiguration.SystemAuthType c : STSClientConfiguration.SystemAuthType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static STSClientConfiguration.SystemAuthType valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.