Java org.springframework.security.web.csrf CsrfToken fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.csrf CsrfToken fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.csrf CsrfToken.

The text is from its open source code.

Method

StringgetHeaderName()
Gets the HTTP header that the CSRF is populated on the response and can be placed on requests instead of the parameter.
StringgetParameterName()
Gets the HTTP parameter name that should contain the token.
StringgetToken()
Gets the token value.