org.apache.tapestry5.services.security
Interface WhitelistAnalyzer

All Known Implementing Classes:
LocalhostOnly

public interface WhitelistAnalyzer

Given a request, determine if the request is from a client on the whitelist.

Since:
5.3
See Also:
ClientWhitelist

Method Summary
 boolean isRequestOnWhitelist(Request request)
           
 

Method Detail

isRequestOnWhitelist

boolean isRequestOnWhitelist(Request request)


Copyright © 2003-2012 The Apache Software Foundation.