public enum LevelOfAssuranceComparison extends Enum<LevelOfAssuranceComparison>
"eIDAS-Connectors requesting a LoA MUST limit the value of the Comparison attribute of <saml2p:RequestedAuthnContext> to "minimum"."
Modifier and Type | Method and Description |
---|---|
static LevelOfAssuranceComparison |
fromString(String val) |
String |
getValue() |
String |
stringValue() |
String |
toString() |
static LevelOfAssuranceComparison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelOfAssuranceComparison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelOfAssuranceComparison EXACT
public static final LevelOfAssuranceComparison MINIMUM
public static LevelOfAssuranceComparison[] values()
for (LevelOfAssuranceComparison c : LevelOfAssuranceComparison.values()) System.out.println(c);
public static LevelOfAssuranceComparison 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@Nullable public static LevelOfAssuranceComparison fromString(@Nullable String val)
@Nonnull public String toString()
toString
in class Enum<LevelOfAssuranceComparison>
Copyright © 2020. All Rights Reserved.