Interface ClientWhitelist
-
- All Known Implementing Classes:
ClientWhitelistImpl
@UsesOrderedConfiguration(WhitelistAnalyzer.class) public interface ClientWhitelist
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 ofWhitelistAnalyzer
s.- Since:
- 5.3
- See Also:
WhitelistAccessOnly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isClientRequestOnWhitelist()
Analyzes the current request, returning true if it is on the whitelist.
-
-
-
Method Detail
-
isClientRequestOnWhitelist
boolean isClientRequestOnWhitelist()
Analyzes the current request, returning true if it is on the whitelist.
-
-