Class ServerAuthInterceptor

java.lang.Object
org.apache.arrow.flight.auth.ServerAuthInterceptor
All Implemented Interfaces:
io.grpc.ServerInterceptor

public class ServerAuthInterceptor extends Object implements io.grpc.ServerInterceptor
GRPC Interceptor for performing authentication.
  • Constructor Details

    • ServerAuthInterceptor

      public ServerAuthInterceptor(ServerAuthHandler authHandler)
  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
      Specified by:
      interceptCall in interface io.grpc.ServerInterceptor