Class 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

      Fields 
      Modifier and Type Field Description
      protected org.springframework.security.web.util.matcher.RequestMatcher requestMatcher  
    • Field Detail

      • requestMatcher

        protected org.springframework.security.web.util.matcher.RequestMatcher requestMatcher
    • Method Detail

      • matches

        public boolean matches​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        matches in interface org.springframework.security.web.util.matcher.RequestMatcher