public class ImpersonationInterceptorFactory extends Object implements InterceptorFactory
| Constructor and Description |
|---|
ImpersonationInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Interceptor |
build(io.fabric8.kubernetes.client.Config config) |
Map<String,List<String>> |
getExtras() |
String[] |
getGroups() |
String |
getUsername() |
void |
setExtras(Map<String,List<String>> extras) |
void |
setGroups(String[] groups) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String[] getGroups()
public void setGroups(String[] groups)
public okhttp3.Interceptor build(io.fabric8.kubernetes.client.Config config)
build in interface InterceptorFactoryCopyright © 2019. All rights reserved.