public class CsrfCookieRequestMatcher extends Object implements org.springframework.security.web.util.matcher.RequestMatcher
| Constructor and Description |
|---|
CsrfCookieRequestMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(javax.servlet.http.HttpServletRequest httpServletRequest)
Matches request based on the presence of a cookie found using the configured name
|
public boolean matches(javax.servlet.http.HttpServletRequest httpServletRequest)
matches in interface org.springframework.security.web.util.matcher.RequestMatcherhttpServletRequest - HTTP Servlet RequestCopyright © 2023 Apache NiFi Project. All rights reserved.