Package | Description |
---|---|
alluxio.security.authentication | |
alluxio.security.authentication.plain |
Modifier and Type | Method and Description |
---|---|
static AuthenticationProvider |
AuthenticationProvider.Factory.create(AuthType authType,
AlluxioConfiguration conf) |
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 |
---|---|
AuthenticationProvider |
CustomAuthenticationProvider.getCustomProvider() |
Constructor and Description |
---|
PlainSaslServerCallbackHandler(AuthenticationProvider authenticationProvider,
ImpersonationAuthenticator authenticator)
Constructs a new callback handler.
|
Copyright © 2023. All Rights Reserved.