Interface | Description |
---|---|
SaslServerSupplier |
Class | Description |
---|---|
AuthAttemptCache |
Caches authentication attempts, whether successful or unsuccessful.
|
FileBasedLoginModule | |
FileBasedPlainSaslAuthenticator |
Authenticate users based on YAML config file which is periodically reloaded
|
FileBasedSaslServerFactory | |
FileBasedSaslServerProvider | |
MultiTenantSaslConfigEntry | |
MultiTenantSaslSecrets | |
MultiTenantSaslSecretsLoader |
This class loads and caches SASL secrets from a JSON file stored on the local
filesystem.
|
MultiTenantSaslSecretsStore |
This class loads SASL secrets from the topic _confluent-apikey.
|
PlainSaslAuthenticator | |
PlainSaslServer |
SaslServer implementation for SASL/PLAIN with an authenticator
provided through the constructor.
|
PlainSaslServer.PlainSaslServerFactory | |
TopicBasedLoginModule | |
TopicBasedPlainSaslAuthenticator | |
TopicBasedSaslServerFactory | |
TopicBasedSaslServerProvider |
Enum | Description |
---|---|
MultiTenantSaslSecretsStore.State |
The SecretsStore state.
|
SniValidationMode |
Enum class that represents different mode of SNI host name validation in the authenticator.
|