Class OrRegexRequestMatcher
java.lang.Object
org.craftercms.studio.impl.v2.utils.spring.security.OrRegexRequestMatcher
- All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
public class OrRegexRequestMatcher
extends Object
implements org.springframework.security.web.util.matcher.RequestMatcher
Utility class that wraps multiple
RegexRequestMatchers with an OrRequestMatcher- Author:
- joseross
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.security.web.util.matcher.RequestMatcher
org.springframework.security.web.util.matcher.RequestMatcher.MatchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.security.web.util.matcher.RequestMatcher -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.web.util.matcher.RequestMatcher
matcher
-
Field Details
-
requestMatcher
protected org.springframework.security.web.util.matcher.RequestMatcher requestMatcher
-
-
Constructor Details
-
OrRegexRequestMatcher
-
-
Method Details
-
matches
public boolean matches(javax.servlet.http.HttpServletRequest request) - Specified by:
matchesin interfaceorg.springframework.security.web.util.matcher.RequestMatcher
-