NotifiedLevelOfAssurance
for predefined eidas values low/substantial/high (notified)
use LevelOfAssurance
to all kinds of LevelOfAssurance
Supported Levels of Assurance as per the eIDAS specification.@Deprecated public enum LevelOfAssurance extends Enum<LevelOfAssurance>
Enum Constant and Description |
---|
HIGH
Deprecated.
|
LOW
Deprecated.
|
SUBSTANTIAL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LevelOfAssurance |
fromNumeric(int numericValue)
Deprecated.
|
static LevelOfAssurance |
fromString(String val)
Deprecated.
|
List<LevelOfAssurance> |
getHigherLevelsOfAssurance()
Deprecated.
|
static LevelOfAssurance |
getLevel(String val)
Deprecated.
|
String |
getValue()
Deprecated.
|
int |
numericValue()
Deprecated.
|
String |
stringValue()
Deprecated.
|
String |
toString()
Deprecated.
|
static eu.eidas.auth.commons.lang.EnumMapper<String,LevelOfAssurance> |
uriMapper()
Deprecated.
|
static LevelOfAssurance |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LevelOfAssurance[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelOfAssurance LOW
public static final LevelOfAssurance SUBSTANTIAL
public static final LevelOfAssurance HIGH
public static LevelOfAssurance[] values()
for (LevelOfAssurance c : LevelOfAssurance.values()) System.out.println(c);
public static LevelOfAssurance 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 LevelOfAssurance fromString(@Nonnull String val)
@Nullable public static LevelOfAssurance fromNumeric(int numericValue)
@Nullable public static LevelOfAssurance getLevel(@Nonnull String val)
public static eu.eidas.auth.commons.lang.EnumMapper<String,LevelOfAssurance> uriMapper()
public int numericValue()
public String toString()
toString
in class Enum<LevelOfAssurance>
@Nonnull public List<LevelOfAssurance> getHigherLevelsOfAssurance()
Copyright © 2020. All Rights Reserved.