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.
-
Method Summary
Modifier and TypeMethodDescriptionparseWhiteList(String whiteList) Parses a list of host name and IP filters into UriFilter objects.
-
Method Details
-
parseWhiteList
-