Class IgnoredRequestMatcher

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

public final class IgnoredRequestMatcher extends Object implements org.springframework.security.web.util.matcher.RequestMatcher
Ignored request matcher - returns true if the request should be ignored (CSRF, security, etc).
Author:
Alex Bogdanovski [[email protected]]