Uses of Interface
org.apache.tapestry5.services.security.WhitelistAnalyzer
-
Packages that use WhitelistAnalyzer Package Description org.apache.tapestry5.internal.services.security [INTERNAL USE ONLY] security support classes; API subject to changeorg.apache.tapestry5.modules -
-
Uses of WhitelistAnalyzer in org.apache.tapestry5.internal.services.security
Classes in org.apache.tapestry5.internal.services.security that implement WhitelistAnalyzer Modifier and Type Class Description 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 Constructor Description ClientWhitelistImpl(Request request, ChainBuilder chainBuilder, List<WhitelistAnalyzer> configuration)
-
Uses of WhitelistAnalyzer in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type WhitelistAnalyzer Modifier and Type Method Description static void
TapestryModule. defaultWhitelist(OrderedConfiguration<WhitelistAnalyzer> configuration)
Contributes a single default analyzer: LocalhostOnly Identifies requests from localhost as on client whitelist
-