Interface WhiteListParser

  • All Known Implementing Classes:
    DefaultWhiteListParser

    public interface WhiteListParser
    Interface for an white list parser. This will take an white list string and parse it into a list of UriFilter rules.
    Author:
    Markus Bernhardt, Copyright 2016, Bernd Rosstauscher, Copyright 2009
    • Method Detail

      • parseWhiteList

        List<UriFilter> parseWhiteList​(String whiteList)
        Parses a list of host name and IP filters into UriFilter objects.
        Parameters:
        whiteList - the string to parse.
        Returns:
        a list of UriFilters