public static enum SAMLToken.Version extends Enum<SAMLToken.Version>
| Modifier and Type | Method and Description |
|---|---|
static SAMLToken.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAMLToken.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAMLToken.Version SAML1_1
public static final SAMLToken.Version SAML2_0
public static SAMLToken.Version[] values()
for (SAMLToken.Version c : SAMLToken.Version.values()) System.out.println(c);
public static SAMLToken.Version 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 PERSDIETICIAN 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.