org.globus.mds.gsi.jndi
Class SaslClientFactoryWrapper

java.lang.Object
  extended byorg.globus.mds.gsi.jndi.SaslClientFactoryWrapper

public class SaslClientFactoryWrapper
extends Object


Constructor Summary
SaslClientFactoryWrapper()
           
SaslClientFactoryWrapper(com.sun.security.sasl.preview.SaslClientFactory factory)
           
 
Method Summary
 SaslClient createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh)
           
 String[] getMechanismNames(Map props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaslClientFactoryWrapper

public SaslClientFactoryWrapper()

SaslClientFactoryWrapper

public SaslClientFactoryWrapper(com.sun.security.sasl.preview.SaslClientFactory factory)
Method Detail

createSaslClient

public SaslClient createSaslClient(String[] mechs,
                                   String authorizationId,
                                   String protocol,
                                   String serverName,
                                   Map props,
                                   CallbackHandler cbh)
                            throws SaslException
Throws:
SaslException

getMechanismNames

public String[] getMechanismNames(Map props)