Class FileBasedPlainSaslAuthenticator
java.lang.Object
io.confluent.kafka.server.plugins.auth.PlainSaslAuthenticator
io.confluent.kafka.server.plugins.auth.FileBasedPlainSaslAuthenticator
Authenticate users based on YAML config file which is periodically reloaded
Since we have to use JAAS, the JAAS config just points to the YAML config file.
-
Field Summary
Fields inherited from class io.confluent.kafka.server.plugins.auth.PlainSaslAuthenticator
USER_RESOURCE_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(List<AppConfigurationEntry> jaasContextEntries) Methods inherited from class io.confluent.kafka.server.plugins.auth.PlainSaslAuthenticator
authenticate, clusterId, configEntryOption, multiTenantPrincipal
-
Constructor Details
-
FileBasedPlainSaslAuthenticator
public FileBasedPlainSaslAuthenticator()
-
-
Method Details
-
initialize
-