Interface | Description |
---|---|
SaslServerSupplier |
Class | Description |
---|---|
FileBasedLoginModule | |
FileBasedPlainSaslAuthenticator |
Authenticate users based on YAML config file which is periodically reloaded
|
FileBasedSaslServerFactory | |
FileBasedSaslServerProvider | |
PlainSaslServer |
SaslServer implementation for SASL/PLAIN with an authenticator
provided through the constructor.
|
PlainSaslServer.PlainSaslServerFactory | |
SecretsLoader |
SecretsLoader periodically re-reads secrets config from the filesystem
A filesystem event watcher (http://howtodoinjava.com/java-7/auto-reload-of-configuration-when-any-change-happen/)
would be more efficient but this is simpler and good enough
|