Class CsrfProtectionRequestMatcher

java.lang.Object
com.erudika.para.server.security.CsrfProtectionRequestMatcher
All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher

public final class CsrfProtectionRequestMatcher extends Object implements org.springframework.security.web.util.matcher.RequestMatcher
CSRF protection matcher - matches POST, PUT, PATCH, DELETE requests that are not in the ignored list and not API or authentication requests. These requests will be rejected if they don't contain a valid CSRF token.
Author:
Alex Bogdanovski [[email protected]]