|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<STSClientConfiguration.TokenType>
com.pingidentity.sts.clientapi.STSClientConfiguration.TokenType
public static enum STSClientConfiguration.TokenType
Possible Token Types
Enum Constant Summary | |
---|---|
BINARY
Binary Token Type - Base64 encoding URI |
|
KERBEROS
Kerberos Token Profile URI |
|
NONE
Empty Token Type |
|
OAM
Binary Token Type - Oracle Access Manager Value Type URI |
|
OPENTOKEN
Binary Token Type - OpenToken Value Type URI |
|
SAML11
SAML Token Profile 1.0 - SAML1 URI |
|
SAML2
SAML Token Profile 1.0 - SAML2 URI |
|
SITEMINDER
Binary Token Type - Siteminder Value Type URI |
|
USERNAME
Username Token Profile 1.0 URI |
|
X509
X.509 Certificate Token Profile URI |
Method Summary | |
---|---|
java.lang.String |
getUri()
Return the String URI for the token type |
java.lang.String |
getValueType()
Return the String URI for the value type of the token type. |
static STSClientConfiguration.TokenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static STSClientConfiguration.TokenType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
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 |
Enum Constant Detail |
---|
public static final STSClientConfiguration.TokenType SAML2
public static final STSClientConfiguration.TokenType SAML11
public static final STSClientConfiguration.TokenType X509
public static final STSClientConfiguration.TokenType BINARY
public static final STSClientConfiguration.TokenType USERNAME
public static final STSClientConfiguration.TokenType KERBEROS
public static final STSClientConfiguration.TokenType OAM
public static final STSClientConfiguration.TokenType SITEMINDER
public static final STSClientConfiguration.TokenType OPENTOKEN
public static final STSClientConfiguration.TokenType NONE
Method Detail |
---|
public static final STSClientConfiguration.TokenType[] values()
for(STSClientConfiguration.TokenType c : STSClientConfiguration.TokenType.values()) System.out.println(c);
public static STSClientConfiguration.TokenType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getUri()
public java.lang.String getValueType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |