public class FileBasedDynamicBasicAuthCredentialProvider extends Object implements io.confluent.security.auth.client.provider.BasicAuthCredentialProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DYNAMIC_FILE |
| Constructor and Description |
|---|
FileBasedDynamicBasicAuthCredentialProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,?> configs) |
String |
getUserInfo() |
String |
providerName() |
public static final String DYNAMIC_FILE
public FileBasedDynamicBasicAuthCredentialProvider()
public void configure(Map<String,?> configs)
configure in interface org.apache.kafka.common.Configurablepublic String providerName()
providerName in interface io.confluent.security.auth.client.provider.BasicAuthCredentialProviderpublic String getUserInfo()
getUserInfo in interface io.confluent.security.auth.client.provider.BasicAuthCredentialProvider