Package | Description |
---|---|
alluxio.grpc | |
alluxio.security.authentication | |
alluxio.security.authentication.plain |
Modifier and Type | Method and Description |
---|---|
protected SaslClientHandler |
GrpcChannel.createSaslClientHandler(AuthType authType,
Subject subject,
AlluxioConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
GrpcChannel.authenticate(AuthType authType,
Subject subject,
AlluxioConfiguration config,
SaslClientHandler clientHandler) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSaslClientHandler
Abstract
SaslClientHandler implementation that maintains SaslClient instance. |
Constructor and Description |
---|
AuthenticatedChannelClientDriver(SaslClientHandler saslClientHandler,
GrpcChannelKey channelKey)
Creates client driver with given handshake handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SaslClientHandlerPlain
SaslClientHandler implementation for Plain/Custom schemes. |
Copyright © 2023. All Rights Reserved.