Package com.devonfw.module.service.common.impl.header
-
Class Summary Class Description ServiceHeaderCustomizerAuthForward Implementation ofServiceHeaderCustomizer
that forwards theAuthorization
HTTP header from the current request as header to to subsequentService
invocations.ServiceHeaderCustomizerBasicAuth Implementation ofServiceHeaderCustomizer
that passes theLoggingConstants.CORRELATION_ID
to a subsequentService
invocation.ServiceHeaderCustomizerCorrelationId Implementation ofServiceHeaderCustomizer
that passes theLoggingConstants.CORRELATION_ID
to a subsequentService
invocation.ServiceHeaderCustomizerOAuth Implementation ofServiceHeaderCustomizer
that passes a potentialoauth.token
property from the currentAuthentication
to subsequentService
invocations.