Uses of Interface
org.apache.drill.exec.rpc.security.AuthenticatorFactory
Packages that use AuthenticatorFactory
Package
Description
Communication security.
-
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc
Methods in org.apache.drill.exec.rpc that return AuthenticatorFactoryModifier and TypeMethodDescriptionBitConnectionConfig.getAuthFactory
(List<String> remoteMechanisms) Methods in org.apache.drill.exec.rpc with parameters of type AuthenticatorFactoryModifier and TypeMethodDescriptionprotected void
BasicClient.startSaslHandshake
(RpcConnectionHandler<CC> connectionHandler, Map<String, ?> saslProperties, org.apache.hadoop.security.UserGroupInformation ugi, AuthenticatorFactory authFactory, T rpcType) Main method which starts the SASL handshake for all client channels (user/data/control) once it's determined after regular RPC handshake that authentication is required by server side. -
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc.security
Methods in org.apache.drill.exec.rpc.security that return AuthenticatorFactoryModifier and TypeMethodDescriptionAuthenticatorProvider.getAuthenticatorFactory
(String name) AuthenticatorProviderImpl.getAuthenticatorFactory
(String name) ClientAuthenticatorProvider.getAuthenticatorFactory
(String name) -
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc.security.kerberos
Classes in org.apache.drill.exec.rpc.security.kerberos that implement AuthenticatorFactory -
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc.security.plain
Classes in org.apache.drill.exec.rpc.security.plain that implement AuthenticatorFactory