Class IdentityVerificationMethod
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.IdentityVerificationMethod
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
Identity verification method.
Implementers should use a combination of a ValidationMethod and a
VerificationMethod, unless required to use this coarser method by
the IdentityTrustFramework.
Use of this parameter will eventually be deprecated.
- OpenID Connect for Identity Assurance 1.0
- https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityVerificationMethodOnline verification of an electronic ID card.static final IdentityVerificationMethodElectronic onsite reading of the document’s chip using an authorisation certificate and card access number.static final IdentityVerificationMethodPhysical in-Person proofing.static final IdentityVerificationMethodSupervised remote in-person proofing.static final IdentityVerificationMethodUnsupervised remote in-person proofing with video capture of the ID document, user self-portrait video and liveness checks.Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
ConstructorsConstructorDescriptionIdentityVerificationMethod(String value) Creates a new identity verification method. -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
PIPP
Physical in-Person proofing. -
SRIPP
Supervised remote in-person proofing. -
EID
Online verification of an electronic ID card. -
URIPP
Unsupervised remote in-person proofing with video capture of the ID document, user self-portrait video and liveness checks. -
ONSITE
Electronic onsite reading of the document’s chip using an authorisation certificate and card access number.
-
-
Constructor Details
-
IdentityVerificationMethod
Creates a new identity verification method.- Parameters:
value- The verification method value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-