Example usage for Java org.springframework.security.web.csrf HttpSessionCsrfTokenRepository fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setHeaderName(String headerName) Sets the header name that the CsrfToken is expected to appear on and the header that the response will contain the CsrfToken . |