Package | Description |
---|---|
org.apache.storm.security.auth.digest | |
org.apache.storm.security.auth.sasl | |
org.apache.storm.security.auth.workertoken |
Modifier and Type | Class and Description |
---|---|
class |
JassPasswordProvider
Provides passwords out of a jaas conf for typical MD5-DIGEST authentication support.
|
Constructor and Description |
---|
SimpleSaslServerCallbackHandler(boolean impersonationAllowed,
PasswordProvider... providers)
Constructor with different password providers.
|
Constructor and Description |
---|
SimpleSaslServerCallbackHandler(boolean impersonationAllowed,
List<PasswordProvider> providers)
Constructor with different password providers.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkerTokenAuthorizer
Allow for SASL authentication using worker tokens.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.