Class CsrfAuthenticationStrategy

java.lang.Object
org.springframework.security.web.csrf.CsrfAuthenticationStrategy
All Implemented Interfaces:
SessionAuthenticationStrategy

public final class CsrfAuthenticationStrategy extends Object implements SessionAuthenticationStrategy
CsrfAuthenticationStrategy is in charge of removing the CsrfToken upon authenticating. A new CsrfToken will then be generated by the framework upon the next request.
Since:
3.2