public class AuthenticatorProviderImpl extends Object implements AuthenticatorProvider
Constructor and Description |
---|
AuthenticatorProviderImpl(DrillConfig config,
ScanResult scan) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
containsFactory(String name) |
Set<String> |
getAllFactoryNames() |
AuthenticatorFactory |
getAuthenticatorFactory(String name) |
public AuthenticatorProviderImpl(DrillConfig config, ScanResult scan) throws DrillbitStartupException
DrillbitStartupException
public AuthenticatorFactory getAuthenticatorFactory(String name) throws SaslException
getAuthenticatorFactory
in interface AuthenticatorProvider
SaslException
public Set<String> getAllFactoryNames()
getAllFactoryNames
in interface AuthenticatorProvider
public boolean containsFactory(String name)
containsFactory
in interface AuthenticatorProvider
public void close() throws Exception
close
in interface AutoCloseable
close
in interface AuthenticatorProvider
Exception
Copyright © 1970 The Apache Software Foundation. All rights reserved.