Uses of Interface
com.devonfw.module.service.common.api.header.ServiceHeaderCustomizer
-
Packages that use ServiceHeaderCustomizer Package Description com.devonfw.module.service.common.impl com.devonfw.module.service.common.impl.header -
-
Uses of ServiceHeaderCustomizer in com.devonfw.module.service.common.impl
Fields in com.devonfw.module.service.common.impl with type parameters of type ServiceHeaderCustomizer Modifier and Type Field Description private Collection<ServiceHeaderCustomizer>ServiceClientFactoryImpl. serviceHeaderCustomizersMethod parameters in com.devonfw.module.service.common.impl with type arguments of type ServiceHeaderCustomizer Modifier and Type Method Description voidServiceClientFactoryImpl. setServiceHeaderCustomizers(Collection<ServiceHeaderCustomizer> serviceHeaderCustomizers) -
Uses of ServiceHeaderCustomizer in com.devonfw.module.service.common.impl.header
Classes in com.devonfw.module.service.common.impl.header that implement ServiceHeaderCustomizer Modifier and Type Class Description classServiceHeaderCustomizerAuthForwardclassServiceHeaderCustomizerBasicAuthImplementation ofServiceHeaderCustomizerthat passes theLoggingConstants.CORRELATION_IDto a subsequentServiceinvocation.classServiceHeaderCustomizerCorrelationIdImplementation ofServiceHeaderCustomizerthat passes theLoggingConstants.CORRELATION_IDto a subsequentServiceinvocation.classServiceHeaderCustomizerOAuthImplementation ofServiceHeaderCustomizerthat passes theLoggingConstants.CORRELATION_IDto a subsequentServiceinvocation.
-