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 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 © 2018 The Apache Software Foundation. All rights reserved.