Class ExampleSecureConfig
- java.lang.Object
-
- io.foodtechlab.microservice.integration.authorization.feign.config.ExampleSecureConfig
-
public class ExampleSecureConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ExampleSecureConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description feign.Logger.LevelfeignLoggerLevel()org.springframework.cloud.openfeign.FeignFormatterRegistrarlocalDateFeignFormatterRegistrar()com.fasterxml.jackson.databind.ObjectMapperobjectMapper()feign.RequestInterceptorrequestInterceptor(ru.foodtechlab.lib.auth.integration.core.AccessTokenService accessTokenService)
-
-
-
Method Detail
-
feignLoggerLevel
@Bean public feign.Logger.Level feignLoggerLevel()
-
localDateFeignFormatterRegistrar
@Bean public org.springframework.cloud.openfeign.FeignFormatterRegistrar localDateFeignFormatterRegistrar()
-
objectMapper
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-
requestInterceptor
@Bean @Primary public feign.RequestInterceptor requestInterceptor(ru.foodtechlab.lib.auth.integration.core.AccessTokenService accessTokenService)
-
-