public interface CsrfToken extends Serializable
DefaultCsrfToken
Modifier and Type | Method and Description |
---|---|
String |
getHeaderName()
Gets the HTTP header that the CSRF is populated on the response and can
be placed on requests instead of the parameter.
|
String |
getParameterName()
Gets the HTTP parameter name that should contain the token.
|
String |
getToken()
Gets the token value.
|
String getHeaderName()
String getParameterName()
String getToken()