Package | Description |
---|---|
alluxio.master.file | |
alluxio.security.authentication | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
FileSystemMasterAuditContext |
FileSystemMasterAuditContext.setAuthType(AuthType authType)
Sets mAuthType field.
|
Modifier and Type | Method and Description |
---|---|
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAuthenticationServer.checkSupported(AuthType authType)
Used to check if given authentication is supported by the server.
|
static AuthenticationProvider |
AuthenticationProvider.Factory.create(AuthType authType,
AlluxioConfiguration conf) |
Constructor and Description |
---|
ChannelAuthenticator(GrpcConnection connection,
Subject subject,
AuthType authType,
AlluxioConfiguration conf)
Creates
ChannelAuthenticator instance. |
Modifier and Type | Method and Description |
---|---|
static LoginContext |
SecurityUtils.createLoginContext(AuthType authType,
Subject subject,
ClassLoader classLoader,
Configuration configuration,
CallbackHandler callbackHandler)
Creates a new
LoginContext with the correct class loader. |
Copyright © 2023. All Rights Reserved.