public static enum SAMLSchemaBuilder.SAML1Version extends Enum<SAMLSchemaBuilder.SAML1Version>
Enum Constant and Description |
---|
SAML_10
SAML 1.0.
|
SAML_11
SAML 1.1.
|
Modifier and Type | Method and Description |
---|---|
static SAMLSchemaBuilder.SAML1Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAMLSchemaBuilder.SAML1Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAMLSchemaBuilder.SAML1Version SAML_10
public static final SAMLSchemaBuilder.SAML1Version SAML_11
public static SAMLSchemaBuilder.SAML1Version[] values()
for (SAMLSchemaBuilder.SAML1Version c : SAMLSchemaBuilder.SAML1Version.values()) System.out.println(c);
public static SAMLSchemaBuilder.SAML1Version 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 nullCopyright © 2019. All rights reserved.