Uses of Interface
org.apache.tapestry5.services.security.WhitelistAnalyzer
Packages that use WhitelistAnalyzer
Package
Description
[INTERNAL USE ONLY] security support classes; API subject to change
-
Uses of WhitelistAnalyzer in org.apache.tapestry5.internal.services.security
Classes in org.apache.tapestry5.internal.services.security that implement WhitelistAnalyzerModifier and TypeClassDescriptionclass
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 WhitelistAnalyzerModifierConstructorDescriptionClientWhitelistImpl
(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 WhitelistAnalyzerModifier and TypeMethodDescriptionstatic void
TapestryModule.defaultWhitelist
(OrderedConfiguration<WhitelistAnalyzer> configuration) Contributes a single default analyzer: LocalhostOnly Identifies requests from localhost as on client whitelist