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 Detail

      • validate

        boolean validate​(java.lang.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.