Package | Description |
---|---|
alluxio.grpc | |
alluxio.security.authentication |
Modifier and Type | Method and Description |
---|---|
static ChannelAuthenticationScheme |
ChannelAuthenticationScheme.forNumber(int value) |
ChannelAuthenticationScheme |
SaslMessageOrBuilder.getAuthenticationScheme()
optional .alluxio.grpc.sasl.ChannelAuthenticationScheme authenticationScheme = 4; |
ChannelAuthenticationScheme |
SaslMessage.getAuthenticationScheme()
optional .alluxio.grpc.sasl.ChannelAuthenticationScheme authenticationScheme = 4; |
ChannelAuthenticationScheme |
SaslMessage.Builder.getAuthenticationScheme()
optional .alluxio.grpc.sasl.ChannelAuthenticationScheme authenticationScheme = 4; |
static ChannelAuthenticationScheme |
ChannelAuthenticationScheme.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ChannelAuthenticationScheme |
ChannelAuthenticationScheme.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ChannelAuthenticationScheme |
ChannelAuthenticationScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelAuthenticationScheme[] |
ChannelAuthenticationScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ChannelAuthenticationScheme> |
ChannelAuthenticationScheme.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SaslMessage.Builder |
SaslMessage.Builder.setAuthenticationScheme(ChannelAuthenticationScheme value)
optional .alluxio.grpc.sasl.ChannelAuthenticationScheme authenticationScheme = 4; |
Modifier and Type | Method and Description |
---|---|
SaslServerHandler |
AuthenticationServer.createSaslHandler(ChannelAuthenticationScheme scheme)
Creates server-side Sasl handler for given scheme.
|
SaslServerHandler |
DefaultAuthenticationServer.createSaslHandler(ChannelAuthenticationScheme authScheme) |
Constructor and Description |
---|
AbstractSaslClientHandler(ChannelAuthenticationScheme authScheme)
Creates an abstract sasl handler for given scheme.
|
Copyright © 2023. All Rights Reserved.