public class PlainSaslServerFactory extends Object implements SaslServerFactory
Constructor and Description |
---|
PlainSaslServerFactory() |
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 SaslServerFactory
SaslException
public String[] getMechanismNames(Map props)
getMechanismNames
in interface SaslServerFactory
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.