Package | Description |
---|---|
alluxio.grpc | |
alluxio.security.authentication |
Modifier and Type | Method and Description |
---|---|
AuthenticationServer |
GrpcServer.getAuthenticationServer() |
Modifier and Type | Method and Description |
---|---|
static GrpcServerBuilder |
GrpcServerBuilder.forAddress(GrpcServerAddress serverAddress,
AuthenticationServer authenticationServer,
AlluxioConfiguration conf,
UserState userState)
Create an new instance of
GrpcServerBuilder with authentication support. |
Constructor and Description |
---|
GrpcServer(io.grpc.Server server,
AuthenticationServer authServer,
com.google.common.io.Closer closer,
long serverShutdownTimeoutMs)
Create a new instance of
GrpcServer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthenticationServer
Default implementation of
AuthenticationServer . |
Constructor and Description |
---|
AuthenticatedChannelServerDriver(AuthenticationServer authenticationServer)
Creates
AuthenticatedChannelServerDriver for given AuthenticationServer . |
AuthenticatedUserInjector(AuthenticationServer authenticationServer)
Creates
AuthenticationServer with given authentication server. |
Copyright © 2023. All Rights Reserved.