Class ClientAuthenticatorProvider
java.lang.Object
org.apache.drill.exec.rpc.security.ClientAuthenticatorProvider
- All Implemented Interfaces:
AutoCloseable
,AuthenticatorProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
containsFactory
(String name) static ClientAuthenticatorProvider
-
Method Details
-
getInstance
-
getAuthenticatorFactory
- Specified by:
getAuthenticatorFactory
in interfaceAuthenticatorProvider
- Throws:
SaslException
-
getAllFactoryNames
- Specified by:
getAllFactoryNames
in interfaceAuthenticatorProvider
-
containsFactory
- Specified by:
containsFactory
in interfaceAuthenticatorProvider
-
close
- Specified by:
close
in interfaceAuthenticatorProvider
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-