public class BasicAuthorizationInterceptorFactory extends Object implements InterceptorFactory
| Constructor and Description |
|---|
BasicAuthorizationInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Interceptor |
build(io.fabric8.kubernetes.client.Config config) |
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
public BasicAuthorizationInterceptorFactory()
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public okhttp3.Interceptor build(io.fabric8.kubernetes.client.Config config)
build in interface InterceptorFactoryCopyright © 2019. All rights reserved.