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