public class OAuthAuthorizationInterceptorFactory extends Object implements InterceptorFactory
| Constructor and Description |
|---|
OAuthAuthorizationInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Interceptor |
build(io.fabric8.kubernetes.client.Config config) |
OAuthTokenFactory |
getOAuthToken() |
void |
setOAuthToken(OAuthTokenFactory oAuthToken) |
public OAuthAuthorizationInterceptorFactory()
public OAuthTokenFactory getOAuthToken()
public void setOAuthToken(OAuthTokenFactory oAuthToken)
public okhttp3.Interceptor build(io.fabric8.kubernetes.client.Config config)
build in interface InterceptorFactoryCopyright © 2019. All rights reserved.