Class ServiceHeaderCustomizerBasicAuth
- java.lang.Object
-
- com.devonfw.module.service.common.impl.header.ServiceHeaderCustomizerBasicAuth
-
- All Implemented Interfaces:
ServiceHeaderCustomizer
public class ServiceHeaderCustomizerBasicAuth extends Object implements ServiceHeaderCustomizer
Implementation ofServiceHeaderCustomizerthat passes theLoggingConstants.CORRELATION_IDto a subsequentServiceinvocation.- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description ServiceHeaderCustomizerBasicAuth()The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHeaders(ServiceHeaderContext<?> context)
-
-
-
Method Detail
-
addHeaders
public void addHeaders(ServiceHeaderContext<?> context)
- Specified by:
addHeadersin interfaceServiceHeaderCustomizer- Parameters:
context- theServiceHeaderContextthat may be used totweak headers.
-
-