public class AnonymousSaslClientFactory extends Object implements SaslClientFactory
| Constructor and Description |
|---|
AnonymousSaslClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
SaslClient |
createSaslClient(String[] mechanisms,
String authId,
String protocol,
String server,
Map props,
CallbackHandler cbh) |
String[] |
getMechanismNames(Map props) |
public SaslClient createSaslClient(String[] mechanisms, String authId, String protocol, String server, Map props, CallbackHandler cbh) throws SaslException
createSaslClient in interface SaslClientFactorySaslExceptionpublic String[] getMechanismNames(Map props)
getMechanismNames in interface SaslClientFactoryCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.