Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.VerificationMethodType
-
Packages that use VerificationMethodType 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 VerificationMethodType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as VerificationMethodType Modifier and Type Field Description static 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 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 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 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 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 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 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 VerificationMethodType Modifier and Type Method Description VerificationMethodTypeVerificationMethod. getType()Returns the type of this verification method.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type VerificationMethodType Constructor Description VerificationMethod(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 VerificationMethodType Modifier and Type Method Description List<VerificationMethodType>OIDCProviderMetadata. getDocumentVerificationMethods()List<VerificationMethodType>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 VerificationMethodType Modifier and Type Method Description voidOIDCProviderMetadata. setDocumentVerificationMethods(List<VerificationMethodType> methods)Sets the supported verification methods for evidences of type document.
-