Uses of Interface
org.apache.storm.security.auth.sasl.PasswordProvider
Packages that use PasswordProvider
Package
Description
-
Uses of PasswordProvider in org.apache.storm.security.auth.digest
Classes in org.apache.storm.security.auth.digest that implement PasswordProviderModifier 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
Constructors in org.apache.storm.security.auth.sasl with parameters of type PasswordProviderModifierConstructorDescriptionSimpleSaslServerCallbackHandler
(boolean impersonationAllowed, PasswordProvider... providers) Constructor with different password providers.Constructor parameters in org.apache.storm.security.auth.sasl with type arguments of type PasswordProviderModifierConstructorDescriptionSimpleSaslServerCallbackHandler
(boolean impersonationAllowed, List<PasswordProvider> providers) Constructor with different password providers. -
Uses of PasswordProvider in org.apache.storm.security.auth.workertoken
Classes in org.apache.storm.security.auth.workertoken that implement PasswordProviderModifier and TypeClassDescriptionclass
Allow for SASL authentication using worker tokens.