org.apache.tapestry5.services.security
Interface ClientWhitelist
- All Known Implementing Classes:
- ClientWhitelistImpl
@UsesOrderedConfiguration(value=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 of WhitelistAnalyzer
s.
- Since:
- 5.3
- See Also:
WhitelistAccessOnly
isClientRequestOnWhitelist
boolean isClientRequestOnWhitelist()
- Analyzes the current request, returning true if it is on the whitelist.
Copyright © 2003-2012 The Apache Software Foundation.