Modifier and Type | Class and Description |
---|---|
static interface |
CsrfMiddleware.ValidToken |
Modifier and Type | Field and Description |
---|---|
static String |
CSRF_HEADER_NAME |
static String |
CSRF_PARAM_NAME |
static String |
CSRF_TOKEN |
Constructor and Description |
---|
CsrfMiddleware() |
CsrfMiddleware(String token_key) |
Modifier and Type | Method and Description |
---|---|
boolean |
before(Invoker invoker) |
static boolean |
validation() |
public static final String CSRF_TOKEN
public static final String CSRF_PARAM_NAME
public static final String CSRF_HEADER_NAME
public CsrfMiddleware()
public CsrfMiddleware(String token_key)
Copyright © 2017. All rights reserved.