Package org.apache.tapestry5.services.security
Interfaces support a simple whitelist-based security model to protect page access.
-
Interface Summary Interface Description ClientWhitelist Analyzes the current request to see if it is on the whitelist (of clients with access to certain key pages).WhitelistAnalyzer Given a request, determine if the request is from a client on the whitelist.