Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.ValidationMethodType
-
Packages that use ValidationMethodType 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 ValidationMethodType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as ValidationMethodType Modifier and Type Field Description static ValidationMethodTypeValidationMethodType. DATAFound an existing electronic record that matches the claims made by the user.static ValidationMethodTypeValidationMethodType. VCRYPTValidation the cryptographic security features of the evidence are intact and correct.static ValidationMethodTypeValidationMethodType. VDIGValidation that digital/electronic evidence is genuine by the inspection of its properties and content.static ValidationMethodTypeValidationMethodType. VPIPValidation that physical evidence is genuine through inspection of its physical properties in person.static ValidationMethodTypeValidationMethodType. VPIRUVValidation that physical evidence is genuine through inspection of its physical properties in person including its optical characteristics under non-visible light.static 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 ValidationMethodType Modifier and Type Method Description ValidationMethodTypeValidationMethod. getType()Returns the type of this validation method.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type ValidationMethodType Constructor Description ValidationMethod(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 ValidationMethodType Modifier and Type Method Description List<ValidationMethodType>OIDCProviderMetadata. getDocumentValidationMethods()List<ValidationMethodType>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 ValidationMethodType Modifier and Type Method Description voidOIDCProviderMetadata. setDocumentValidationMethods(List<ValidationMethodType> methods)Sets the supported validation methods for evidences of type document.
-