gnu.crypto.sasl
Class ServerFactory
- SaslServerFactory
public class ServerFactory
implements SaslServerFactory
The implementation of the SaslServerFactory
.
createSaslServer
public SaslServer createSaslServer(String mechanism,
String protocol,
String serverName,
Map props,
CallbackHandler cbh)
throws SaslException
getInstance
public static final ServerMechanism getInstance(String mechanism)
getMechanismNames
public String[] getMechanismNames(Map props)
getNames
public static final Set getNames()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.