Uses of Interface
at.porscheinformatik.tapestry.csrfprotection.services.CsrfTokenRepository
Packages that use CsrfTokenRepository
Package
Description
Do not use classes in this package and sub-packages - these are internal and can me modified any time.
Tapestry package for services and the module configuration.
-
Uses of CsrfTokenRepository in at.porscheinformatik.tapestry.csrfprotection.internal
Classes in at.porscheinformatik.tapestry.csrfprotection.internal that implement CsrfTokenRepositoryModifier and TypeClassDescriptionclassACsrfTokenRepositorythat stores theCsrfTokenin the HTTP session.classA delegate to Spring'sCsrfTokenRepository.Constructors in at.porscheinformatik.tapestry.csrfprotection.internal with parameters of type CsrfTokenRepositoryModifierConstructorDescriptionCsrfTokenManager(CsrfTokenRepository tokenRepository, String parameterName) Initializes the secure token that will stay the same for the whole life cycle of this instance. -
Uses of CsrfTokenRepository in at.porscheinformatik.tapestry.csrfprotection.services
Methods in at.porscheinformatik.tapestry.csrfprotection.services that return CsrfTokenRepositoryModifier and TypeMethodDescriptionstatic CsrfTokenRepositoryCsrfProtectionModule.buildCsrfTokenRepository(org.apache.tapestry5.commons.ObjectLocator objectLocator)