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
WhitelistAnalyzer
s.- Since:
- 5.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Analyzes the current request, returning true if it is on the whitelist.
-
Method Details
-
isClientRequestOnWhitelist
boolean isClientRequestOnWhitelist()Analyzes the current request, returning true if it is on the whitelist.
-