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
DrillbitStartupExceptionpublic AuthenticatorFactory getAuthenticatorFactory(String name) throws SaslException
getAuthenticatorFactory in interface AuthenticatorProviderSaslExceptionpublic Set<String> getAllFactoryNames()
getAllFactoryNames in interface AuthenticatorProviderpublic boolean containsFactory(String name)
containsFactory in interface AuthenticatorProviderpublic void close()
throws Exception
close in interface AutoCloseableclose in interface AuthenticatorProviderExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.