gnu.crypto.sasl
Class ClientFactory
java.lang.Object
gnu.crypto.sasl.ClientFactory
- public class ClientFactory
- extends Object
The implementation of SaslClientFactory
.
- Version:
- $Revision: 1.4 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFactory
public ClientFactory()
getNames
public static final Set getNames()
getInstance
public static final ClientMechanism getInstance(String mechanism)
createSaslClient
public SaslClient createSaslClient(String[] mechanisms,
String authorisationID,
String protocol,
String serverName,
Map props,
CallbackHandler cbh)
throws SaslException
- Throws:
SaslException
getMechanismNames
public String[] getMechanismNames(Map props)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.