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 WhitelistAnalyzers.

Since:
5.3
See Also:
WhitelistAccessOnly

Method Summary
 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.



Copyright © 2003-2012 The Apache Software Foundation.