Interface BasicAuthCredentialProvider
- All Superinterfaces:
org.apache.kafka.common.Configurable
- All Known Implementing Classes:
FileBasedDynamicBasicAuthCredentialProvider
public interface BasicAuthCredentialProvider
extends org.apache.kafka.common.Configurable
Interface used by providers user credentials for HTTP basic authentication
-
Method Summary
Modifier and TypeMethodDescriptionReturns user credentialsReturns the name of this provider.Methods inherited from interface org.apache.kafka.common.Configurable
configure