Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.ValidationMethodType
Packages that use ValidationMethodType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect Provider (OP) classes.
-
Uses of ValidationMethodType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as ValidationMethodTypeModifier and TypeFieldDescriptionstatic final ValidationMethodTypeValidationMethodType.DATAFound an existing electronic record that matches the claims made by the user.static final ValidationMethodTypeValidationMethodType.VCRYPTValidation the cryptographic security features of the evidence are intact and correct.static final ValidationMethodTypeValidationMethodType.VDIGValidation that digital/electronic evidence is genuine by the inspection of its properties and content.static final ValidationMethodTypeValidationMethodType.VPIPValidation that physical evidence is genuine through inspection of its physical properties in person.static final ValidationMethodTypeValidationMethodType.VPIRUVValidation that physical evidence is genuine through inspection of its physical properties in person including its optical characteristics under non-visible light.static final ValidationMethodTypeValidationMethodType.VRIValidation that physical evidence is genuine through the inspection of an image taken remotely under visible light.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return ValidationMethodTypeModifier and TypeMethodDescriptionValidationMethod.getType()Returns the type of this validation method.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type ValidationMethodTypeModifierConstructorDescriptionValidationMethod(ValidationMethodType type, Policy policy, Procedure procedure, Status status) Creates a new validation method. -
Uses of ValidationMethodType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type ValidationMethodTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getDocumentValidationMethods()ReadOnlyOIDCProviderMetadata.getDocumentValidationMethods()Gets the supported validation methods for evidences of type document.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type ValidationMethodTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setDocumentValidationMethods(List<ValidationMethodType> methods) Sets the supported validation methods for evidences of type document.