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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetHeaderName(String headerName)
Sets the header name that the CsrfToken is expected to appear on and the header that the response will contain the CsrfToken .