Class ServerAuthenticationHandler<S extends ServerConnection<S>,T extends com.google.protobuf.Internal.EnumLite>

java.lang.Object
org.apache.drill.exec.rpc.security.ServerAuthenticationHandler<S,T>
Type Parameters:
S - Server connection type
T - RPC type
All Implemented Interfaces:
RequestHandler<S>

public class ServerAuthenticationHandler<S extends ServerConnection<S>,T extends com.google.protobuf.Internal.EnumLite> extends Object implements RequestHandler<S>
Handles SASL exchange, on the server-side.