public interface BasicAuthCredentialProvider
extends org.apache.kafka.common.Configurable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserInfo()
Returns user credentials
|
java.lang.String |
providerName()
Returns the name of this provider.
|