public interface CSRFErrorHandler
Modifier and Type | Interface and Description |
---|---|
static class |
CSRFErrorHandler.DefaultCSRFErrorHandler |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletionStage<Result> |
handle(Http.RequestHeader req,
java.lang.String msg)
Handle the CSRF error.
|
java.util.concurrent.CompletionStage<Result> handle(Http.RequestHeader req, java.lang.String msg)
req
- The requestmsg
- message is passed by framework.