Interface LinkValidator

All Known Subinterfaces:
LinkBuilder
All Known Implementing Classes:
StandaloneHandler

public interface LinkValidator
Link validator interface to provide a validate method to the StandaloneHandler.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validate(String secure)
    Validates the build link with the given secure hash.
  • Method Details

    • validate

      boolean validate(String secure)
      Validates the build link with the given secure hash.
      Parameters:
      secure - the hash to validate the link with.
      Returns:
      true, if the link is valid, false otherwise.