Class IgnoredRequestMatcher
java.lang.Object
com.erudika.para.server.security.IgnoredRequestMatcher
Ignored request matcher - returns true if the request should be ignored (CSRF, security, etc).
- Author:
- Alex Bogdanovski [[email protected]]
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.springframework.security.web.util.matcher.RequestMatcherAn instance of this class. -
Method Summary
-
Field Details
-
INSTANCE
public static final org.springframework.security.web.util.matcher.RequestMatcher INSTANCEAn instance of this class.
-
-
Method Details
-
matches
public boolean matches(jakarta.servlet.http.HttpServletRequest request) -
matcher
default org.springframework.security.web.util.matcher.RequestMatcher.MatchResult matcher(jakarta.servlet.http.HttpServletRequest arg0)
-