Package org.nentangso.core.client
Class NtsAuthorizedUserFeignConfiguration
- java.lang.Object
-
- org.nentangso.core.client.NtsAuthorizedUserFeignConfiguration
-
public class NtsAuthorizedUserFeignConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description NtsAuthorizedUserFeignConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description feign.RequestInterceptorgetOAuth2RequestInterceptor(AuthorizationHeaderUtil authorizationHeaderUtil)
-
-
-
Method Detail
-
getOAuth2RequestInterceptor
@Bean(name="oAuth2RequestInterceptor") @Profile("!testdev & !testprod") public feign.RequestInterceptor getOAuth2RequestInterceptor(AuthorizationHeaderUtil authorizationHeaderUtil)
-
-