Package | Description |
---|---|
alluxio.security.authentication |
Modifier and Type | Class and Description |
---|---|
class |
CustomAuthenticationProvider
An authentication provider implementation that allows
AuthenticationProvider to be
customized at configuration time. |
class |
SimpleAuthenticationProvider
An authentication provider implementation that allows arbitrary combination of username and
password including empty strings.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationProvider |
AuthenticationProvider.Factory.create(AuthType authType) |
AuthenticationProvider |
CustomAuthenticationProvider.getCustomProvider() |
Constructor and Description |
---|
PlainSaslServerCallbackHandler(AuthenticationProvider authenticationProvider,
Runnable callback)
Constructs a new callback handler.
|
Copyright © 2023. All Rights Reserved.