Uses of Interface
org.apache.arrow.flight.auth.ServerAuthHandler
-
Uses of ServerAuthHandler in org.apache.arrow.flight
Modifier and TypeMethodDescriptionFlightServer.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. -
Uses of ServerAuthHandler in org.apache.arrow.flight.auth
Modifier and TypeClassDescriptionclass
A ServerAuthHandler for username/password authentication.Modifier and TypeFieldDescriptionstatic final ServerAuthHandler
ServerAuthHandler.NO_OP
Deprecated.An auth handler that does nothing.Modifier and TypeMethodDescriptionstatic 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.