Package de.hybris.platform.hac.request
Class CsrfSecurityRequestMatcher
- java.lang.Object
-
- de.hybris.platform.hac.request.CsrfSecurityRequestMatcher
-
- All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
public class CsrfSecurityRequestMatcher extends java.lang.Object implements org.springframework.security.web.util.matcher.RequestMatcherAllows to bypass csrf protection for system initialization POST calls if development.mode property is set to true. Otherwise it is only possible to initialize system manually via hac.
-
-
Constructor Summary
Constructors Constructor Description CsrfSecurityRequestMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(javax.servlet.http.HttpServletRequest request)
-