Uses of Enum Class
at.porscheinformatik.tapestry.csrfprotection.CsrfProtectionMode
Packages that use CsrfProtectionMode
Package
Description
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.
Do not use classes in this package and sub-packages - these are internal and can me modified any time.
-
Uses of CsrfProtectionMode in at.porscheinformatik.tapestry.csrfprotection
Methods in at.porscheinformatik.tapestry.csrfprotection that return CsrfProtectionModeModifier and TypeMethodDescriptionstatic CsrfProtectionModeReturns the enum constant of this class with the specified name.static CsrfProtectionMode[]CsrfProtectionMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CsrfProtectionMode in at.porscheinformatik.tapestry.csrfprotection.internal
Constructors in at.porscheinformatik.tapestry.csrfprotection.internal with parameters of type CsrfProtectionModeModifierConstructorDescriptionProtectedPagesService(org.apache.tapestry5.services.ComponentClassResolver componentClassResolver, CsrfProtectionMode antiCsrfMode)