public class AnonymousSaslServerFactory extends Object implements SaslServerFactory
| Constructor and Description |
|---|
AnonymousSaslServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SaslServer |
createSaslServer(String mechanism,
String protocol,
String serverName,
Map props,
CallbackHandler cbh) |
String[] |
getMechanismNames(Map props) |
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh) throws SaslException
createSaslServer in interface SaslServerFactorySaslExceptionpublic String[] getMechanismNames(Map props)
getMechanismNames in interface SaslServerFactoryCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.