Package org.nuxeo.client.spi.auth
Class JWTAuthInterceptor
- java.lang.Object
-
- org.nuxeo.client.spi.auth.JWTAuthInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class JWTAuthInterceptor extends java.lang.Object implements okhttp3.Interceptor- Since:
- 3.2
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtoken
-
Constructor Summary
Constructors Constructor Description JWTAuthInterceptor(java.lang.String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-