Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.VerificationMethodType
Packages that use VerificationMethodType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect Provider (OP) classes.
-
Uses of VerificationMethodType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as VerificationMethodTypeModifier and TypeFieldDescriptionstatic final VerificationMethodTypeVerificationMethodType.AUTHVerifying the user is the owner of the claims by use of an electronic authentication process that is linked to the owner of the claims.static final VerificationMethodTypeVerificationMethodType.BVPBiometric verification by an automated system with the user physically present to the system and the verifier, the use of a biometric modality (such as face) to match the user with a known template of the owner of the claims.static final VerificationMethodTypeVerificationMethodType.BVRBiometric verification by an automated system where the user and capture device is remote to the verifier, the use of a biometric modality (such as face) to match the user with a known template of the owner of the claims.static final VerificationMethodTypeVerificationMethodType.KBVVerifying the user is the owner of the claims by knowledge based challenges / questions that only the owner of the claims should know how to answer.static final VerificationMethodTypeVerificationMethodType.PVPPhysical verification in person by a qualified / authorised person, the comparison of a physical characteristic (such as face) of the user with a known image / template of the owner of the claims.static final VerificationMethodTypeVerificationMethodType.PVRPhysical verification by a qualified / authorised person when the user is remote, the comparison of a physical characteristic (such as face) from an image or video of the user with a known image / template of the owner of the claims.static final VerificationMethodTypeVerificationMethodType.TOKENVerifying the user is the owner of the claims by use of an electronic authentication token such as hardware token or smartcard that is linked and issued to the owner of the claims.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return VerificationMethodTypeModifier and TypeMethodDescriptionVerificationMethod.getType()Returns the type of this verification method.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type VerificationMethodTypeModifierConstructorDescriptionVerificationMethod(VerificationMethodType type, Policy policy, Procedure procedure, Status status) Creates a new verification method. -
Uses of VerificationMethodType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type VerificationMethodTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getDocumentVerificationMethods()ReadOnlyOIDCProviderMetadata.getDocumentVerificationMethods()Gets the supported verification methods for evidences of type document.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type VerificationMethodTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setDocumentVerificationMethods(List<VerificationMethodType> methods) Sets the supported verification methods for evidences of type document.