public enum TokenType extends Enum<TokenType>
Enum Constant and Description |
---|
SAML
Webservice secured with a SAML assertion (Holder-Of-Key / Sender-Vouches) More information http://en.wikipedia.org/wiki/SAML
|
X509
Webservice secured with a X509 certificate.
|
Modifier and Type | Method and Description |
---|---|
static TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenType X509
public static final TokenType SAML
public static TokenType[] values()
for (TokenType c : TokenType.values()) System.out.println(c);
public static TokenType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.