Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityEvidenceType
Packages that use IdentityEvidenceType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect Provider (OP) classes.
-
Uses of IdentityEvidenceType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as IdentityEvidenceTypeModifier and TypeFieldDescriptionstatic final IdentityEvidenceTypeIdentityEvidenceType.DOCUMENTVerification based on a physical or electronic document provided by the end-user.static final IdentityEvidenceTypeIdentityEvidenceType.ELECTRONIC_RECORDVerification based on data or information obtained electronically from an approved or recognised source.static final IdentityEvidenceTypeIdentityEvidenceType.ELECTRONIC_SIGNATUREVerification based on an electronic signature.static final IdentityEvidenceTypeIdentityEvidenceType.ID_DOCUMENTDeprecated.static final IdentityEvidenceTypeIdentityEvidenceType.QESDeprecated.UseELECTRONIC_SIGNATUREinstead.static final IdentityEvidenceTypeIdentityEvidenceType.UTILITY_BILLVerification based on a utility bill.static final IdentityEvidenceTypeIdentityEvidenceType.VOUCHVerification based on an attestation or reference given by an approved or recognised person declaring they believe to the best of their knowledge that the claim(s) are genuine and true.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return IdentityEvidenceTypeMethods in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type IdentityEvidenceTypeModifier and TypeMethodDescriptionprotected static voidIdentityEvidence.ensureType(IdentityEvidenceType expectedType, net.minidev.json.JSONObject jsonObject) Ensures thetypemember of the specified JSON object matches the expected.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type IdentityEvidenceTypeModifierConstructorDescriptionprotectedIdentityEvidence(IdentityEvidenceType evidenceType, List<Attachment> attachments) Creates a new evidence with the specified type. -
Uses of IdentityEvidenceType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type IdentityEvidenceTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getIdentityEvidenceTypes()ReadOnlyOIDCProviderMetadata.getIdentityEvidenceTypes()Gets the supported identity evidence types.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type IdentityEvidenceTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setIdentityEvidenceTypes(List<IdentityEvidenceType> evidenceTypes) Sets the supported identity evidence types.
DOCUMENTinstead.