org.globus.mds.gsi
Class JndiTest

java.lang.Object
  extended byorg.globus.mds.gsi.JndiTest

public class JndiTest
extends Object

This is an example to demonstrate how to use JNDI to connect to a secure LDAP server (MDS-2 server) using the GSI SASL mechanism. This is a pretty standard example for JNDI that could work with an arbitraty SASL mechanism. For more information about JNDI and SASL authentication see the JNDI Tutorial


Constructor Summary
JndiTest()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiTest

public JndiTest()
Method Detail

main

public static void main(String[] args)