Interface ClientWhitelist

All Known Implementing Classes:
ClientWhitelistImpl

Analyzes the current request to see if it is on the whitelist (of clients with access to certain key pages). This is implemented as a chain-of-command of WhitelistAnalyzers.
Since:
5.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Analyzes the current request, returning true if it is on the whitelist.
  • Method Details

    • isClientRequestOnWhitelist

      Analyzes the current request, returning true if it is on the whitelist.