Verification Determinator

The business logic that determines whether conditional verification is required for particular evidence type goes in this rule class. Components creating rule implementations must adhere to the specification by directly/indirectly extending this class. The following attributes are available in this rule class.
S.No Rule attribute name Type Purpose
1 determine Verification Determinator Result The implementation will contain the business logic that determines the output of conditional verification. A value of 'TRUE' indicates to the evidence framework that verifications are not applicable for the evidence, whereas 'FALSE' denotes that verifications need to be explicitly added.
2 verificationDeterminatorParams Verification Determinator Params This attribute is populated by the Conditional verifications framework and contains the values for all the input parameters for a particular instance.