Uses of Interface
org.apache.arrow.flight.auth.ServerAuthHandler.ServerAuthSender
Packages that use ServerAuthHandler.ServerAuthSender
-
Uses of ServerAuthHandler.ServerAuthSender in org.apache.arrow.flight.auth
Methods in org.apache.arrow.flight.auth with parameters of type ServerAuthHandler.ServerAuthSenderModifier and TypeMethodDescriptionboolean
BasicServerAuthHandler.authenticate
(ServerAuthHandler.ServerAuthSender outgoing, Iterator<byte[]> incoming) boolean
ServerAuthHandler.authenticate
(ServerAuthHandler.ServerAuthSender outgoing, Iterator<byte[]> incoming) Deprecated.Handle the initial handshake with the client.