Class DataHubRequestCreator.BasicAuthorizationInterceptor

java.lang.Object
de.hybris.y2ysync.task.runner.internal.DataHubRequestCreator.BasicAuthorizationInterceptor
All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestInterceptor
Enclosing class:
DataHubRequestCreator

protected class DataHubRequestCreator.BasicAuthorizationInterceptor extends Object implements org.springframework.http.client.ClientHttpRequestInterceptor
  • Constructor Details

    • BasicAuthorizationInterceptor

      protected BasicAuthorizationInterceptor()
  • Method Details

    • intercept

      public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution) throws IOException
      Specified by:
      intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
      Throws:
      IOException