Class ClientAuthInterceptor

java.lang.Object
org.apache.arrow.flight.auth.ClientAuthInterceptor
All Implemented Interfaces:
io.grpc.ClientInterceptor

public class ClientAuthInterceptor extends Object implements io.grpc.ClientInterceptor
GRPC client intercepter that handles authentication with the server.
  • Constructor Details

    • ClientAuthInterceptor

      public ClientAuthInterceptor()
  • Method Details

    • setAuthHandler

      public void setAuthHandler(ClientAuthHandler authHandler)
    • hasAuthHandler

      public boolean hasAuthHandler()
    • interceptCall

      public <ReqT, RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, io.grpc.CallOptions callOptions, io.grpc.Channel next)
      Specified by:
      interceptCall in interface io.grpc.ClientInterceptor