| Package | Description |
|---|---|
| at.porscheinformatik.tapestry.csrfprotection.internal |
Do not use classes in this package and sub-packages - these are internal and can me modified any time.
|
| at.porscheinformatik.tapestry.csrfprotection.services |
Tapestry package for services and the module configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionCsrfTokenRepository
A
CsrfTokenRepository that stores the CsrfToken in the HTTP session. |
class |
SpringCsrfTokenRepository
A delegate to Spring's
CsrfTokenRepository. |
| Constructor and Description |
|---|
CsrfTokenManager(CsrfTokenRepository tokenRepository,
String parameterName)
Initializes the secure token that will stay the same for the whole life cycle of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CsrfTokenRepository |
CsrfProtectionModule.buildCsrfTokenRepository(org.apache.tapestry5.commons.ObjectLocator objectLocator) |
Copyright © 2013–2024 Porsche Informatik. All rights reserved.