Class AbstractIntegrationObjectRequestMatcher

java.lang.Object
de.hybris.platform.odata2webservices.matchers.AbstractIntegrationObjectRequestMatcher
All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
Direct Known Subclasses:
BasicAuthMatcher, OAuthMatcher

public abstract class AbstractIntegrationObjectRequestMatcher extends Object implements org.springframework.security.web.util.matcher.RequestMatcher
Abstract implementation containing common logic for the Integration Services request matchers.
  • Constructor Details

  • Method Details

    • 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.