Class CsrfTokenRequestProcessor

java.lang.Object
org.springframework.security.web.csrf.CsrfTokenRequestProcessor
All Implemented Interfaces:
CsrfTokenRequestAttributeHandler, CsrfTokenRequestResolver

public class CsrfTokenRequestProcessor extends Object implements CsrfTokenRequestAttributeHandler, CsrfTokenRequestResolver
An implementation of the CsrfTokenRequestAttributeHandler and CsrfTokenRequestResolver interfaces that is capable of making the CsrfToken available as a request attribute and resolving the token value as either a header or parameter value of the request.
Since:
5.8
  • Constructor Details

    • CsrfTokenRequestProcessor

      public CsrfTokenRequestProcessor()
  • Method Details