Class AbstractIntegrationObjectRequestMatcher

  • All Implemented Interfaces:
    org.springframework.security.web.util.matcher.RequestMatcher
    Direct Known Subclasses:
    BasicAuthMatcher, OAuthMatcher

    public abstract class AbstractIntegrationObjectRequestMatcher
    extends java.lang.Object
    implements org.springframework.security.web.util.matcher.RequestMatcher
    Abstract implementation containing common logic for the Integration Services request matchers.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.security.web.util.matcher.RequestMatcher

        org.springframework.security.web.util.matcher.RequestMatcher.MatchResult
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(javax.servlet.http.HttpServletRequest httpServletRequest)  
      protected abstract boolean matchesSecurityLegacyMode()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.security.web.util.matcher.RequestMatcher

        matcher
    • Method Detail

      • matches

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

        protected abstract boolean matchesSecurityLegacyMode()