org.globus.mds.gsi.netscape
Class ClientFactory

java.lang.Object
  extended by 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.


Constructor Summary
ClientFactory()
           
 
Method Summary
 com.netscape.sasl.SaslClient createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh)
           
 String[] getMechanismNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientFactory

public ClientFactory()
Method Detail

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