public enum EidasLoaEnum extends Enum<EidasLoaEnum>
Enum Constant and Description |
---|
LOA_HIGH
eIDAS "high" Level of assurance.
|
LOA_HIGH_NON_NOTIFIED
eIDAS "high" Level of assurance.
|
LOA_LOW
eIDAS "low" Level of assurance.
|
LOA_LOW_NON_NOTIFIED
eIDAS "low" Level of assurance.
|
LOA_SUBSTANTIAL
eIDAS "substantial" Level of assurance.
|
LOA_SUBSTANTIAL_NON_NOTIFIED
eIDAS "substantial" Level of assurance.
|
Modifier and Type | Method and Description |
---|---|
int |
getOrder()
Returns the sorting order index.
|
String |
getUri()
Returns the URI for this LoA.
|
static EidasLoaEnum |
parse(String uri)
Given a URI the method returns the enum value matching.
|
static EidasLoaEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EidasLoaEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EidasLoaEnum LOA_LOW_NON_NOTIFIED
public static final EidasLoaEnum LOA_LOW
public static final EidasLoaEnum LOA_SUBSTANTIAL_NON_NOTIFIED
public static final EidasLoaEnum LOA_SUBSTANTIAL
public static final EidasLoaEnum LOA_HIGH_NON_NOTIFIED
public static final EidasLoaEnum LOA_HIGH
public static EidasLoaEnum[] values()
for (EidasLoaEnum c : EidasLoaEnum.values()) System.out.println(c);
public static EidasLoaEnum 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 String getUri()
public int getOrder()
public static EidasLoaEnum parse(String uri)
uri
- URInull
is no match is foundCopyright © 2018 Litsec AB. All rights reserved.