org.globus.mds.gsi.netscape
Class ClientFactory
java.lang.Object
org.globus.mds.gsi.netscape.ClientFactory
- All Implemented Interfaces:
- com.netscape.sasl.SaslClientFactory
public class ClientFactory
- extends Object
- implements com.netscape.sasl.SaslClientFactory
Client factory for Globus GSI.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFactory
public ClientFactory()
createSaslClient
public com.netscape.sasl.SaslClient createSaslClient(String[] mechs,
String authorizationId,
String protocol,
String serverName,
Hashtable props,
CallbackHandler cbh)
throws com.netscape.sasl.SaslException
- Specified by:
createSaslClient
in interface com.netscape.sasl.SaslClientFactory
- Throws:
com.netscape.sasl.SaslException
getMechanismNames
public String[] getMechanismNames()
- Specified by:
getMechanismNames
in interface com.netscape.sasl.SaslClientFactory