Package at.porscheinformatik.tapestry.csrfprotection.internal
package at.porscheinformatik.tapestry.csrfprotection.internal
Do not use classes in this package and sub-packages - these are internal and can me modified any time.
-
ClassesClassDescriptionAdds CSRF token to all component event links.Decorator
LinkTransformercallingCsrfComponentEventLinkTransformerto modify event links.This filter checks each component event request or page render request for cross-site request forgery attacks.This class contains the logic to create a secure token for cross-site script request forgery protection.DefaultCsrfTokenimplementation.Service that provides information which pages are protected.ACsrfTokenRepositorythat stores theCsrfTokenin the HTTP session.Util class for getting Spring beans.A delegate to Spring'sCsrfTokenRepository.