public class ClientAuthenticatorProvider extends Object implements AuthenticatorProvider
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
containsFactory(String name) |
Set<String> |
getAllFactoryNames() |
AuthenticatorFactory |
getAuthenticatorFactory(String name) |
static ClientAuthenticatorProvider |
getInstance() |
public static ClientAuthenticatorProvider getInstance()
public 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.