Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityEvidenceType
-
Packages that use IdentityEvidenceType Package Description com.nimbusds.openid.connect.sdk.assurance.evidences Identity 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. ID_DOCUMENTVerification based on any kind of government issued identity document.static IdentityEvidenceTypeIdentityEvidenceType. QESVerification based on a eIDAS Qualified Electronic Signature.static IdentityEvidenceTypeIdentityEvidenceType. UTILITY_BILLVerification based on a utility bill.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)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()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.
-