Interface IVerifierOutput


@SupportedAll @Deprecated(since="8.0.0", forRemoval=true) public interface IVerifierOutput
Deprecated, for removal: This API element is subject to removal in a future version.
Provides an interface to define the actions that need to be taken depending on the return value of the Log Verification process.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    doVerifierAction(String logName, boolean result)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns true if an action is successfully done based on result of a verification process.
  • Method Details

    • doVerifierAction

      boolean doVerifierAction(String logName, boolean result)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns true if an action is successfully done based on result of a verification process.
      Parameters:
      logName - name of the log on which verification was carried out.
      result - result of the verification process.
      Returns:
      true if the action is successfully done.