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.
    • 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()
      • getAuthorizationPrefix

        protected abstract AuthorizationPrefix getAuthorizationPrefix()
        Retrieves the authorization prefix from the matcher.
        Returns:
        the matcher's authorization header value.