| Package | Description |
|---|---|
| at.porscheinformatik.tapestry.csrfprotection |
This package contains the main classes of the cross-site request forgery protection which is provided as Tapestry 5
module, it offers different configuration modes that can be found in the module class CsrfProtectionModule.
|
| at.porscheinformatik.tapestry.csrfprotection.internal |
Do not use classes in this package and sub-packages - these are internal and can me modified any time.
|
| Modifier and Type | Method and Description |
|---|---|
static CsrfProtectionMode |
CsrfProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsrfProtectionMode[] |
CsrfProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProtectedPagesService(org.apache.tapestry5.services.ComponentClassResolver componentClassResolver,
CsrfProtectionMode antiCsrfMode) |
Copyright © 2013–2021 Porsche Informatik. All rights reserved.