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
SaslException
boolean containsFactory(String name)
void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 1970 The Apache Software Foundation. All rights reserved.