Package se.litsec.eidas.opensaml.common
Class EidasConstants
- java.lang.Object
-
- se.litsec.eidas.opensaml.common.EidasConstants
-
public class EidasConstants extends Object
Constants for the OpenSAML eIDAS extension library.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Field Summary
Fields Modifier and Type Field Description static String
EIDAS_APPLICATION_IDENTIFIER_ATTRIBUTE_NAME
Attribute name for the entity attribute representing an eIDAS application identifier, as described in section 3.4 of the "eIDAS Message Format" specification.static String
EIDAS_LOA_HIGH
The Authentication Context URI for the "High" Level of Assurance.static String
EIDAS_LOA_HIGH_NON_NOTIFIED
The Authentication Context URI for the "High" Level of Assurance where the eID scheme is not notified by the eIDAS country.static String
EIDAS_LOA_HIGH_NON_NOTIFIED2
Included for backwards compatibility and interoperability.static String
EIDAS_LOA_LOW
The Authentication Context URI for the "Low" Level of Assurance.static String
EIDAS_LOA_LOW_NON_NOTIFIED
The Authentication Context URI for the "Low" Level of Assurance where the eID scheme is not notified by the eIDAS country.static String
EIDAS_LOA_LOW_NON_NOTIFIED2
Included for backwards compatibility and interoperability.static String
EIDAS_LOA_SUBSTANTIAL
The Authentication Context URI for the "Substantial" Level of Assurance.static String
EIDAS_LOA_SUBSTANTIAL_NON_NOTIFIED
The Authentication Context URI for the "Substantial" Level of Assurance where the eID scheme is not notified by the eIDAS country.static String
EIDAS_LOA_SUBSTANTIAL_NON_NOTIFIED2
Included for backwards compatibility and interoperability.static String
EIDAS_NP_NS
The eIDAS Natural Persons attribute XML Namespace.static String
EIDAS_NP_PREFIX
The eIDAS Natural Persons attribute QName prefix.static String
EIDAS_NS
The eIDAS SAML extension XML Namespace.static String
EIDAS_PREFIX
The eIDAS SAML extension QName prefix.static String
EIDAS_PROTOCOL_VERSION_ATTRIBUTE_NAME
Attribute name for the entity attribute representing an eIDAS protocol version, as described in section 3.4 of the "eIDAS Message Format" specification.static String
EIDAS_SERVICELIST_NS
The eIDAS metadata service list XML namespace.static String
EIDAS_SERVICELIST_PREFIX
The eIDAS metadata service list namespace prefix.
-
-
-
Field Detail
-
EIDAS_NS
public static final String EIDAS_NS
The eIDAS SAML extension XML Namespace.- See Also:
- Constant Field Values
-
EIDAS_PREFIX
public static final String EIDAS_PREFIX
The eIDAS SAML extension QName prefix.- See Also:
- Constant Field Values
-
EIDAS_NP_NS
public static final String EIDAS_NP_NS
The eIDAS Natural Persons attribute XML Namespace.- See Also:
- Constant Field Values
-
EIDAS_NP_PREFIX
public static final String EIDAS_NP_PREFIX
The eIDAS Natural Persons attribute QName prefix.- See Also:
- Constant Field Values
-
EIDAS_SERVICELIST_NS
public static final String EIDAS_SERVICELIST_NS
The eIDAS metadata service list XML namespace.- See Also:
- Constant Field Values
-
EIDAS_SERVICELIST_PREFIX
public static final String EIDAS_SERVICELIST_PREFIX
The eIDAS metadata service list namespace prefix.- See Also:
- Constant Field Values
-
EIDAS_LOA_LOW
public static final String EIDAS_LOA_LOW
The Authentication Context URI for the "Low" Level of Assurance.- See Also:
- Constant Field Values
-
EIDAS_LOA_LOW_NON_NOTIFIED
public static final String EIDAS_LOA_LOW_NON_NOTIFIED
The Authentication Context URI for the "Low" Level of Assurance where the eID scheme is not notified by the eIDAS country.- See Also:
- Constant Field Values
-
EIDAS_LOA_LOW_NON_NOTIFIED2
public static final String EIDAS_LOA_LOW_NON_NOTIFIED2
Included for backwards compatibility and interoperability. Some applications used this URI for not-notified low before the URI was fully determined.- See Also:
- Constant Field Values
-
EIDAS_LOA_SUBSTANTIAL
public static final String EIDAS_LOA_SUBSTANTIAL
The Authentication Context URI for the "Substantial" Level of Assurance.- See Also:
- Constant Field Values
-
EIDAS_LOA_SUBSTANTIAL_NON_NOTIFIED
public static final String EIDAS_LOA_SUBSTANTIAL_NON_NOTIFIED
The Authentication Context URI for the "Substantial" Level of Assurance where the eID scheme is not notified by the eIDAS country.- See Also:
- Constant Field Values
-
EIDAS_LOA_SUBSTANTIAL_NON_NOTIFIED2
public static final String EIDAS_LOA_SUBSTANTIAL_NON_NOTIFIED2
Included for backwards compatibility and interoperability. Some applications used this URI for not-notified substantial before the URI was fully determined.- See Also:
- Constant Field Values
-
EIDAS_LOA_HIGH
public static final String EIDAS_LOA_HIGH
The Authentication Context URI for the "High" Level of Assurance.- See Also:
- Constant Field Values
-
EIDAS_LOA_HIGH_NON_NOTIFIED
public static final String EIDAS_LOA_HIGH_NON_NOTIFIED
The Authentication Context URI for the "High" Level of Assurance where the eID scheme is not notified by the eIDAS country.- See Also:
- Constant Field Values
-
EIDAS_LOA_HIGH_NON_NOTIFIED2
public static final String EIDAS_LOA_HIGH_NON_NOTIFIED2
Included for backwards compatibility and interoperability. Some applications used this URI for not-notified high before the URI was fully determined.- See Also:
- Constant Field Values
-
EIDAS_PROTOCOL_VERSION_ATTRIBUTE_NAME
public static final String EIDAS_PROTOCOL_VERSION_ATTRIBUTE_NAME
Attribute name for the entity attribute representing an eIDAS protocol version, as described in section 3.4 of the "eIDAS Message Format" specification.- See Also:
- Constant Field Values
-
EIDAS_APPLICATION_IDENTIFIER_ATTRIBUTE_NAME
public static final String EIDAS_APPLICATION_IDENTIFIER_ATTRIBUTE_NAME
Attribute name for the entity attribute representing an eIDAS application identifier, as described in section 3.4 of the "eIDAS Message Format" specification.- See Also:
- Constant Field Values
-
-