Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityEvidenceType
-
Packages that use IdentityEvidenceType Package Description com.nimbusds.openid.connect.sdk.assurance.evidences OpenID Connect for Identity Assurance 1.0 evidence classes.com.nimbusds.openid.connect.sdk.op 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 IdentityEvidenceType Modifier and Type Field Description static IdentityEvidenceTypeIdentityEvidenceType. DOCUMENTVerification based on a physical or electronic document provided by the end-user.static IdentityEvidenceTypeIdentityEvidenceType. ELECTRONIC_RECORDVerification based on data or information obtained electronically from an approved or recognised source.static IdentityEvidenceTypeIdentityEvidenceType. ELECTRONIC_SIGNATUREVerification based on an electronic signature.static IdentityEvidenceTypeIdentityEvidenceType. ID_DOCUMENTDeprecated.UseDOCUMENTinstead.static IdentityEvidenceTypeIdentityEvidenceType. QESDeprecated.UseELECTRONIC_SIGNATUREinstead.static IdentityEvidenceTypeIdentityEvidenceType. UTILITY_BILLVerification based on a utility bill.static 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 IdentityEvidenceType Modifier and Type Method Description IdentityEvidenceTypeIdentityEvidence. getEvidenceType()Returns the evidence type.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type IdentityEvidenceType Modifier and Type Method Description protected 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 IdentityEvidenceType Constructor Description IdentityEvidence(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 IdentityEvidenceType Modifier and Type Method Description List<IdentityEvidenceType>OIDCProviderMetadata. getIdentityEvidenceTypes()List<IdentityEvidenceType>ReadOnlyOIDCProviderMetadata. getIdentityEvidenceTypes()Gets the supported identity evidence types.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type IdentityEvidenceType Modifier and Type Method Description voidOIDCProviderMetadata. setIdentityEvidenceTypes(List<IdentityEvidenceType> evidenceTypes)Sets the supported identity evidence types.
-