Uses of Interface
org.apache.tapestry5.services.security.WhitelistAnalyzer

Packages that use WhitelistAnalyzer
org.apache.tapestry5.internal.services.security   
org.apache.tapestry5.services Core services 
 

Uses of WhitelistAnalyzer in org.apache.tapestry5.internal.services.security
 

Classes in org.apache.tapestry5.internal.services.security that implement WhitelistAnalyzer
 class LocalhostOnly
          Standard analyzer that places requests from the "localhost", "127.0.0.1", "0:0:0:0:0:0:0:1%0", or :"0:0:0:0:0:0:0:1" onto the white list.
 

Constructor parameters in org.apache.tapestry5.internal.services.security with type arguments of type WhitelistAnalyzer
ClientWhitelistImpl(Request request, ChainBuilder chainBuilder, List<WhitelistAnalyzer> configuration)
           
 

Uses of WhitelistAnalyzer in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with type arguments of type WhitelistAnalyzer
static void TapestryModule.defaultWhitelist(OrderedConfiguration<WhitelistAnalyzer> configuration)
          Contributes a single default analyzer: LocalhostOnly Identifies requests from localhost as on client whitelist
 



Copyright © 2003-2012 The Apache Software Foundation.