Class TokenRelayRequestInterceptor
java.lang.Object
org.activiti.cloud.security.feign.TokenRelayRequestInterceptor
- All Implemented Interfaces:
feign.RequestInterceptor,AuthTokenRequestInterceptor
Feign request interceptor for forwarding the bearer token
-
Field Summary
Fields inherited from interface org.activiti.cloud.security.feign.AuthTokenRequestInterceptor
AUTHORIZATION, BEARER -
Constructor Summary
ConstructorsConstructorDescriptionTokenRelayRequestInterceptor(org.activiti.api.runtime.shared.security.SecurityContextTokenProvider securityContextTokenProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.cloud.security.feign.AuthTokenRequestInterceptor
apply
-
Constructor Details
-
Method Details
-
getToken
- Specified by:
getTokenin interfaceAuthTokenRequestInterceptor
-