Package org.nuxeo.client.spi.auth
Class PortalSSOAuthInterceptor
- java.lang.Object
-
- org.nuxeo.client.spi.auth.PortalSSOAuthInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class PortalSSOAuthInterceptor extends java.lang.Object implements okhttp3.Interceptor- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description PortalSSOAuthInterceptor(java.lang.String username, java.lang.String secret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected okhttp3.HeaderscomputeHeaders(okhttp3.Headers headers)okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-