Uses of Interface
org.apache.storm.security.auth.sasl.PasswordProvider
Package
Description
-
Uses of PasswordProvider in org.apache.storm.security.auth.digest
Modifier and TypeClassDescriptionclass
Provides passwords out of a jaas conf for typical MD5-DIGEST authentication support. -
Uses of PasswordProvider in org.apache.storm.security.auth.sasl
ModifierConstructorDescriptionSimpleSaslServerCallbackHandler
(boolean impersonationAllowed, PasswordProvider... providers) Constructor with different password providers.ModifierConstructorDescriptionSimpleSaslServerCallbackHandler
(boolean impersonationAllowed, List<PasswordProvider> providers) Constructor with different password providers. -
Uses of PasswordProvider in org.apache.storm.security.auth.workertoken
Modifier and TypeClassDescriptionclass
Allow for SASL authentication using worker tokens.