Class LevelofAssuranceAuthenticationContextURI
- java.lang.Object
-
- se.litsec.swedisheid.opensaml.saml2.authentication.LevelofAssuranceAuthenticationContextURI
-
public class LevelofAssuranceAuthenticationContextURI extends Object
Authentication Context URIs defined for the Swedish eID Framework.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLevelofAssuranceAuthenticationContextURI.LoaEnumEnum for Level of Assurance.
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_CONTEXT_URI_EIDAS_HIGHThe Authentication Context URI for eIDAS "high".static StringAUTH_CONTEXT_URI_EIDAS_HIGH_NFThe Authentication Context URI for eIDAS "high" for notified eID:s.static StringAUTH_CONTEXT_URI_EIDAS_LOWThe Authentication Context URI for eIDAS "low".static StringAUTH_CONTEXT_URI_EIDAS_LOW_NFThe Authentication Context URI for eIDAS "low" for notified eID:s.static StringAUTH_CONTEXT_URI_EIDAS_SUBSTANTIALThe Authentication Context URI for eIDAS "substantial".static StringAUTH_CONTEXT_URI_EIDAS_SUBSTANTIAL_NFThe Authentication Context URI for eIDAS "substantial" for notified eID:s.static StringAUTH_CONTEXT_URI_LOA1The Authentication Context URI for Level of Assurance 1.static StringAUTH_CONTEXT_URI_LOA2The Authentication Context URI for Level of Assurance 2.static StringAUTH_CONTEXT_URI_LOA3The Authentication Context URI for Level of Assurance 3.static StringAUTH_CONTEXT_URI_LOA4The Authentication Context URI for Level of Assurance 4.static StringAUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_HIGHThe Authentication Context URI for uncertified eIDAS "high".static StringAUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_LOWThe Authentication Context URI for uncertified eIDAS "low".static StringAUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_SUBSTANTIALThe Authentication Context URI for uncertified eIDAS "substantial".static StringAUTH_CONTEXT_URI_UNCERTIFIED_LOA3The Authentication Context URI for uncertified (self-declared) Level of Assurance 3 compliance.
-
-
-
Field Detail
-
AUTH_CONTEXT_URI_LOA1
public static final String AUTH_CONTEXT_URI_LOA1
The Authentication Context URI for Level of Assurance 1.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_LOA2
public static final String AUTH_CONTEXT_URI_LOA2
The Authentication Context URI for Level of Assurance 2.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_LOA3
public static final String AUTH_CONTEXT_URI_LOA3
The Authentication Context URI for Level of Assurance 3.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_UNCERTIFIED_LOA3
public static final String AUTH_CONTEXT_URI_UNCERTIFIED_LOA3
The Authentication Context URI for uncertified (self-declared) Level of Assurance 3 compliance.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_LOA4
public static final String AUTH_CONTEXT_URI_LOA4
The Authentication Context URI for Level of Assurance 4.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_EIDAS_LOW
public static final String AUTH_CONTEXT_URI_EIDAS_LOW
The Authentication Context URI for eIDAS "low".- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_EIDAS_LOW_NF
public static final String AUTH_CONTEXT_URI_EIDAS_LOW_NF
The Authentication Context URI for eIDAS "low" for notified eID:s.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_LOW
public static final String AUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_LOW
The Authentication Context URI for uncertified eIDAS "low".- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_EIDAS_SUBSTANTIAL
public static final String AUTH_CONTEXT_URI_EIDAS_SUBSTANTIAL
The Authentication Context URI for eIDAS "substantial".- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_EIDAS_SUBSTANTIAL_NF
public static final String AUTH_CONTEXT_URI_EIDAS_SUBSTANTIAL_NF
The Authentication Context URI for eIDAS "substantial" for notified eID:s.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_SUBSTANTIAL
public static final String AUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_SUBSTANTIAL
The Authentication Context URI for uncertified eIDAS "substantial".- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_EIDAS_HIGH
public static final String AUTH_CONTEXT_URI_EIDAS_HIGH
The Authentication Context URI for eIDAS "high".- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_EIDAS_HIGH_NF
public static final String AUTH_CONTEXT_URI_EIDAS_HIGH_NF
The Authentication Context URI for eIDAS "high" for notified eID:s.- See Also:
- Constant Field Values
-
AUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_HIGH
public static final String AUTH_CONTEXT_URI_UNCERTIFIED_EIDAS_HIGH
The Authentication Context URI for uncertified eIDAS "high".- See Also:
- Constant Field Values
-
-