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 java.lang.Object implements org.springframework.http.client.ClientHttpRequestInterceptor
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BasicAuthorizationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.client.ClientHttpResponse
intercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution)
-
-
-
Method Detail
-
intercept
public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution) throws java.io.IOException
- Specified by:
intercept
in interfaceorg.springframework.http.client.ClientHttpRequestInterceptor
- Throws:
java.io.IOException
-
-