Class LevelOfAssuranceUris
java.lang.Object
se.swedenconnect.opensaml.sweid.saml2.authn.LevelOfAssuranceUris
Constants representing Level of Assurance URI:s.
- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Authentication Context URI for eIDAS "high".static final String
The Authentication Context URI for eIDAS "high" for notified eID:s.static final String
The Authentication Context URI for eIDAS "low".static final String
The Authentication Context URI for eIDAS "low" for notified eID:s.static final String
The Authentication Context URI for eIDAS "substantial".static final String
The Authentication Context URI for eIDAS "substantial" for notified eID:s.static final String
The Authentication Context URI for Level of Assurance 1.static final String
The Authentication Context URI for Level of Assurance 2.static final String
The Authentication Context URI for Level of Assurance 2 for non residents.static final String
The Authentication Context URI for Level of Assurance 3.static final String
The Authentication Context URI for Level of Assurance 3 for non residents.static final String
The Authentication Context URI for Level of Assurance 4.static final String
The Authentication Context URI for Level of Assurance 4 for non residents.static final String
The Authentication Context URI for uncertified eIDAS "high".static final String
The Authentication Context URI for uncertified eIDAS "low".static final String
The Authentication Context URI for uncertified eIDAS "substantial".static final String
The Authentication Context URI for uncertified (self-declared) Level of Assurance 2 compliance.static final String
The Authentication Context URI for uncertified (self-declared) Level of Assurance 3 compliance. -
Method Summary
-
Field Details
-
AUTHN_CONTEXT_URI_LOA1
The Authentication Context URI for Level of Assurance 1.- See Also:
-
AUTHN_CONTEXT_URI_LOA2
The Authentication Context URI for Level of Assurance 2.- See Also:
-
AUTHN_CONTEXT_URI_UNCERTIFIED_LOA2
The Authentication Context URI for uncertified (self-declared) Level of Assurance 2 compliance.- See Also:
-
AUTHN_CONTEXT_URI_LOA2_NONRESIDENT
The Authentication Context URI for Level of Assurance 2 for non residents.- See Also:
-
AUTHN_CONTEXT_URI_LOA3
The Authentication Context URI for Level of Assurance 3.- See Also:
-
AUTHN_CONTEXT_URI_UNCERTIFIED_LOA3
The Authentication Context URI for uncertified (self-declared) Level of Assurance 3 compliance.- See Also:
-
AUTHN_CONTEXT_URI_LOA3_NONRESIDENT
The Authentication Context URI for Level of Assurance 3 for non residents.- See Also:
-
AUTHN_CONTEXT_URI_LOA4
The Authentication Context URI for Level of Assurance 4.- See Also:
-
AUTHN_CONTEXT_URI_LOA4_NONRESIDENT
The Authentication Context URI for Level of Assurance 4 for non residents.- See Also:
-
AUTHN_CONTEXT_URI_EIDAS_LOW
The Authentication Context URI for eIDAS "low".- See Also:
-
AUTHN_CONTEXT_URI_EIDAS_LOW_NF
The Authentication Context URI for eIDAS "low" for notified eID:s.- See Also:
-
AUTHN_CONTEXT_URI_UNCERTIFIED_EIDAS_LOW
The Authentication Context URI for uncertified eIDAS "low".- See Also:
-
AUTHN_CONTEXT_URI_EIDAS_SUBSTANTIAL
The Authentication Context URI for eIDAS "substantial".- See Also:
-
AUTHN_CONTEXT_URI_EIDAS_SUBSTANTIAL_NF
The Authentication Context URI for eIDAS "substantial" for notified eID:s.- See Also:
-
AUTHN_CONTEXT_URI_UNCERTIFIED_EIDAS_SUBSTANTIAL
The Authentication Context URI for uncertified eIDAS "substantial".- See Also:
-
AUTHN_CONTEXT_URI_EIDAS_HIGH
The Authentication Context URI for eIDAS "high".- See Also:
-
AUTHN_CONTEXT_URI_EIDAS_HIGH_NF
The Authentication Context URI for eIDAS "high" for notified eID:s.- See Also:
-
AUTHN_CONTEXT_URI_UNCERTIFIED_EIDAS_HIGH
The Authentication Context URI for uncertified eIDAS "high".- See Also:
-