gnu.crypto.sasl
Class ServerFactory
java.lang.Object
gnu.crypto.sasl.ServerFactory
- SaslServerFactory
public class ServerFactory
extends java.lang.Object
implements SaslServerFactory
The implementation of the SaslServerFactory
.
Version:
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.