Uses of Class
com.nimbusds.openid.connect.sdk.assurance.IdentityAssuranceLevel
-
Packages that use IdentityAssuranceLevel Package Description com.nimbusds.openid.connect.sdk.assurance 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 IdentityAssuranceLevel Modifier and Type Field Description static 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 IdentityAssuranceLevelIdentityAssuranceLevel. AL3An assurance level that is, or equivalent to, a in person verification with an ID document, but provided remotely.static IdentityAssuranceLevelIdentityAssuranceLevel. HIGHHigh confidence/assurance in the identity.static IdentityAssuranceLevelIdentityAssuranceLevel. IAL1No link between the user and a specific real-life identity.static IdentityAssuranceLevelIdentityAssuranceLevel. IAL2A real-world existence of the claimed identity and verifies that the user is appropriately associated with it.static IdentityAssuranceLevelIdentityAssuranceLevel. IAL3Identity of the user proven by physical presence by an authorized and trained representative.static IdentityAssuranceLevelIdentityAssuranceLevel. LOWLow confidence/assurance in the identity.static IdentityAssuranceLevelIdentityAssuranceLevel. MEDIUMMedium confidence/assurance in the identity.static IdentityAssuranceLevelIdentityAssuranceLevel. SUBSTANTIALSubstantial confidence/assurance in the identity.static IdentityAssuranceLevelIdentityAssuranceLevel. VERY_HIGHVery high confidence/assurance in the identity.static IdentityAssuranceLevelIdentityAssuranceLevel. VERY_LOWVery low confidence/assurance in the identity.Methods in com.nimbusds.openid.connect.sdk.assurance that return IdentityAssuranceLevel Modifier and Type Method Description IdentityAssuranceLevelIdentityVerification. getAssuranceLevel()Returns the assurance level.Constructors in com.nimbusds.openid.connect.sdk.assurance with parameters of type IdentityAssuranceLevel Constructor Description IdentityVerification(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.
-