public interface AuthenticatorProvider extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
containsFactory(String name) |
Set<String> |
getAllFactoryNames() |
AuthenticatorFactory |
getAuthenticatorFactory(String name) |
AuthenticatorFactory getAuthenticatorFactory(String name) throws SaslException
SaslExceptionboolean containsFactory(String name)
void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.