public static enum SamlToken.SamlTokenType extends Enum<SamlToken.SamlTokenType>
Enum Constant and Description |
---|
WssSamlV10Token10 |
WssSamlV10Token11 |
WssSamlV11Token10 |
WssSamlV11Token11 |
WssSamlV20Token11 |
Modifier and Type | Method and Description |
---|---|
static SamlToken.SamlTokenType |
lookUp(String name) |
static SamlToken.SamlTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlToken.SamlTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamlToken.SamlTokenType WssSamlV10Token10
public static final SamlToken.SamlTokenType WssSamlV11Token10
public static final SamlToken.SamlTokenType WssSamlV10Token11
public static final SamlToken.SamlTokenType WssSamlV11Token11
public static final SamlToken.SamlTokenType WssSamlV20Token11
public static SamlToken.SamlTokenType[] values()
for (SamlToken.SamlTokenType c : SamlToken.SamlTokenType.values()) System.out.println(c);
public static SamlToken.SamlTokenType 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 nullpublic static SamlToken.SamlTokenType lookUp(String name)
Copyright © 2017 JBoss by Red Hat. All rights reserved.