public interface ILevelOfAssurance extends Serializable
The Level of Assurance must contain an URI value and may have type. Type values are either "notified" or "nonNotified". The type default value is "notified"
When the type is "notified", the value should start with the prefix "http://eidas.europa.eu/LoA/" If the type is "nonNotified", the value must start with a different prefix.
Modifier and Type | Field and Description |
---|---|
static String |
EIDAS_LOA_HIGH |
static String |
EIDAS_LOA_LOW |
static String |
EIDAS_LOA_PREFIX |
static String |
EIDAS_LOA_SUBSTANTIAL |
Modifier and Type | Method and Description |
---|---|
String |
getType()
Returns the Level of Assurance's type
Only valid types are "notified" or "nonNotified"
|
String |
getValue()
Returns the Level of Assurance's value.
|
static final String EIDAS_LOA_PREFIX
static final String EIDAS_LOA_LOW
static final String EIDAS_LOA_SUBSTANTIAL
static final String EIDAS_LOA_HIGH
Copyright © 2020. All Rights Reserved.