Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.auth |
Modifier and Type | Method and Description |
---|---|
FlightServer.Builder |
FlightServer.Builder.authHandler(ServerAuthHandler authHandler)
Set the authentication handler.
|
static io.grpc.BindableService |
FlightGrpcUtils.createFlightService(BufferAllocator allocator,
FlightProducer producer,
ServerAuthHandler authHandler,
ExecutorService executor)
Creates a Flight service.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicServerAuthHandler
A ServerAuthHandler for username/password authentication.
|
Modifier and Type | Field and Description |
---|---|
static ServerAuthHandler |
ServerAuthHandler.NO_OP
Deprecated.
An auth handler that does nothing.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.stub.StreamObserver<Flight.HandshakeRequest> |
ServerAuthWrapper.wrapHandshake(ServerAuthHandler authHandler,
io.grpc.stub.StreamObserver<Flight.HandshakeResponse> responseObserver,
ExecutorService executors)
Wrap the auth handler for handshake purposes.
|
Constructor and Description |
---|
ServerAuthInterceptor(ServerAuthHandler authHandler) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.