Uses of Class
com.nimbusds.openid.connect.sdk.assurance.IdentityAssuranceLevel
Packages that use IdentityAssuranceLevel
Package
Description
OpenID Connect for Identity Assurance 1.0 classes.
-
Uses of IdentityAssuranceLevel in com.nimbusds.openid.connect.sdk.assurance
Fields in com.nimbusds.openid.connect.sdk.assurance declared as IdentityAssuranceLevelModifier and TypeFieldDescriptionstatic final IdentityAssuranceLevelIdentityAssuranceLevel.AL2An assurance level that is, or equivalent to, a one-time code sent via mail to the address of the owner of the claims.static final IdentityAssuranceLevelIdentityAssuranceLevel.AL3An assurance level that is, or equivalent to, a in person verification with an ID document, but provided remotely.static final IdentityAssuranceLevelIdentityAssuranceLevel.HIGHHigh confidence/assurance in the identity.static final IdentityAssuranceLevelIdentityAssuranceLevel.IAL1No link between the user and a specific real-life identity.static final IdentityAssuranceLevelIdentityAssuranceLevel.IAL2A real-world existence of the claimed identity and verifies that the user is appropriately associated with it.static final IdentityAssuranceLevelIdentityAssuranceLevel.IAL3Identity of the user proven by physical presence by an authorized and trained representative.static final IdentityAssuranceLevelIdentityAssuranceLevel.LOWLow confidence/assurance in the identity.static final IdentityAssuranceLevelIdentityAssuranceLevel.MEDIUMMedium confidence/assurance in the identity.static final IdentityAssuranceLevelIdentityAssuranceLevel.SUBSTANTIALSubstantial confidence/assurance in the identity.static final IdentityAssuranceLevelIdentityAssuranceLevel.VERY_HIGHVery high confidence/assurance in the identity.static final IdentityAssuranceLevelIdentityAssuranceLevel.VERY_LOWVery low confidence/assurance in the identity.Methods in com.nimbusds.openid.connect.sdk.assurance that return IdentityAssuranceLevelModifier and TypeMethodDescriptionIdentityVerification.getAssuranceLevel()Returns the assurance level.Constructors in com.nimbusds.openid.connect.sdk.assurance with parameters of type IdentityAssuranceLevelModifierConstructorDescriptionIdentityVerification(IdentityTrustFramework trustFramework, IdentityAssuranceLevel assuranceLevel, IdentityAssuranceProcess assuranceProcess, DateWithTimeZoneOffset time, VerificationProcess verificationProcess, IdentityEvidence evidence) Creates a new identity verification with a single evidence.IdentityVerification(IdentityTrustFramework trustFramework, IdentityAssuranceLevel assuranceLevel, IdentityAssuranceProcess assuranceProcess, DateWithTimeZoneOffset time, VerificationProcess verificationProcess, List<IdentityEvidence> evidence) Creates a new identity verification with multiple evidences.