All Classes and Interfaces
Class
Description
Adds CSRF token to all component event links.
Constants for CSRF protection module.
This exception is thrown if a cross-site request forgery attack is detected.
Hidden field containing the CSRF token to integrate with other frameworks (e.g.
Decorator
LinkTransformer calling CsrfComponentEventLinkTransformer to modify event links.This filter checks each component event request or page render request for cross-site request forgery attacks.
Modes for CSRF protections
IoC module for Tapestry CSRF Protection.
Provides the information about an expected CSRF token.
This class contains the logic to create a secure token for cross-site script request forgery protection.
Generates CSRF tokens.
Default
CsrfToken implementation.This annotation can be used to mark page classes.
This annotation can be used to mark page classes.
Service that provides information which pages are protected.
A
CsrfTokenRepository that stores the CsrfToken in the HTTP session.Util class for getting Spring beans.
A delegate to Spring's
CsrfTokenRepository.