Uses of Interface
org.apache.drill.exec.rpc.security.AuthenticatorFactory
Package
Description
Communication security.
-
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc
Modifier and TypeMethodDescriptionBitConnectionConfig.getAuthFactory
(List<String> remoteMechanisms) Modifier 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
Modifier and TypeMethodDescriptionAuthenticatorProvider.getAuthenticatorFactory
(String name) AuthenticatorProviderImpl.getAuthenticatorFactory
(String name) ClientAuthenticatorProvider.getAuthenticatorFactory
(String name) -
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc.security.kerberos
-
Uses of AuthenticatorFactory in org.apache.drill.exec.rpc.security.plain