Class OAuth2FeignRequestInterceptor
- java.lang.Object
-
- org.activiti.cloud.acc.shared.rest.feign.OAuth2FeignRequestInterceptor
-
- All Implemented Interfaces:
feign.RequestInterceptor
public class OAuth2FeignRequestInterceptor extends Object implements feign.RequestInterceptor
Feign RequestInterceptor to add Bearer token in all headers
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATIONstatic StringBEARER
-
Constructor Summary
Constructors Constructor Description OAuth2FeignRequestInterceptor()
-
-
-
Field Detail
-
BEARER
public static final String BEARER
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
-