Modifier and Type | Class and Description |
---|---|
static interface |
XssMiddleware.ValidToken |
Modifier and Type | Field and Description |
---|---|
static String |
CSRF_HEADER_NAME |
static String |
CSRF_PARAM_NAME |
static String |
CSRF_TOKEN |
Constructor and Description |
---|
XssMiddleware() |
XssMiddleware(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 XssMiddleware()
public XssMiddleware(String token_key)
Copyright © 2017. All rights reserved.