Uses of Class
at.porscheinformatik.tapestry.csrfprotection.internal.CsrfTokenManager
Packages that use CsrfTokenManager
Package
Description
Do not use classes in this package and sub-packages - these are internal and can me modified any time.
-
Uses of CsrfTokenManager in at.porscheinformatik.tapestry.csrfprotection.internal
Constructors in at.porscheinformatik.tapestry.csrfprotection.internal with parameters of type CsrfTokenManagerModifierConstructorDescriptionCsrfComponentEventLinkTransformer(CsrfTokenManager csrfTokenProvider, ProtectedPagesService protectedPagesService, String parameterName) CsrfProtectionFilter(CsrfTokenManager csrfTokenManager, ProtectedPagesService protectedPagesService, org.apache.tapestry5.http.services.Request request, jakarta.servlet.http.HttpServletRequest httpServletRequest) Creates a new filter and injects the required services and configuration parameters.