case class CSRFCheck(config: CSRFConfig, tokenSigner: CSRFTokenSigner, sessionConfiguration: SessionConfiguration) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- CSRFCheck
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CSRFCheck(config: CSRFConfig, tokenSigner: CSRFTokenSigner, sessionConfiguration: SessionConfiguration)
- Annotations
- @Inject()
Value Members
- def apply[A](action: Action[A]): Action[A]
Wrap an action in a CSRF check.
- def apply[A](action: Action[A], errorHandler: ErrorHandler): Action[A]
Wrap an action in a CSRF check.
- val config: CSRFConfig
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sessionConfiguration: SessionConfiguration
- val tokenSigner: CSRFTokenSigner
CSRF check action.
Apply this to all actions that require a CSRF check.