Class IdentityEvidenceType
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityEvidenceType
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
Identity evidence type.
- OpenID Connect for Identity Assurance 1.0, section 5.1.1.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityEvidenceTypeVerification based on a physical or electronic document provided by the end-user.static final IdentityEvidenceTypeVerification based on data or information obtained electronically from an approved or recognised source.static final IdentityEvidenceTypeVerification based on an electronic signature.static final IdentityEvidenceTypeDeprecated.static final IdentityEvidenceTypeDeprecated.UseELECTRONIC_SIGNATUREinstead.static final IdentityEvidenceTypeVerification based on a utility bill.static final IdentityEvidenceTypeVerification 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.Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
DOCUMENT
Verification based on a physical or electronic document provided by the end-user. -
ID_DOCUMENT
Deprecated.UseDOCUMENTinstead.Verification based on a government issued identity document. -
ELECTRONIC_RECORD
Verification based on data or information obtained electronically from an approved or recognised source. -
VOUCH
Verification 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. -
UTILITY_BILL
Verification based on a utility bill. -
ELECTRONIC_SIGNATURE
Verification based on an electronic signature. -
QES
Deprecated.UseELECTRONIC_SIGNATUREinstead.Verification based on a eIDAS Qualified Electronic Signature.
-
-
Constructor Details
-
IdentityEvidenceType
Creates a new identity evidence type.- Parameters:
value- The identity evidence type value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-
DOCUMENTinstead.