public enum SamlVersion extends Enum<SamlVersion>
| Modifier and Type | Method and Description |
|---|---|
org.apache.wss4j.common.saml.bean.Version |
getVersion() |
static SamlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamlVersion SAML10
public static final SamlVersion SAML11
public static final SamlVersion SAML20
public static SamlVersion[] values()
for (SamlVersion c : SamlVersion.values()) System.out.println(c);
public static SamlVersion 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 org.apache.wss4j.common.saml.bean.Version getVersion()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.