All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wrappers.LDAP

java.lang.Object
   |
   +----wrappers.LDAP

public class LDAP
extends Object

Constructor Index

 o LDAP()

Method Index

 o getTree(String)
 o main(String[])
 o printArcs(LDAPTree)
 o printControls(LDAPControl[], String)
 o printEntry(LDAPEntry)
 o printException(LDAPException)
 o printSearchConstraints(LDAPSearchConstraints)
 o printStatus(LDAPConnection)
 o testConnect()
 o testTree()

Constructors

 o LDAP
 public LDAP()

Methods

 o main
 public static void main(String args[])
 o getTree
 public static Tree getTree(String url)
 o testTree
 public static void testTree()
 o printArcs
 public static void printArcs(LDAPTree tree)
 o testConnect
 public static void testConnect()
 o printEntry
 public static void printEntry(LDAPEntry le)
 o printStatus
 public static void printStatus(LDAPConnection ld)
 o printControls
 public static void printControls(LDAPControl lc[],
                                  String prefix)
 o printSearchConstraints
 public static void printSearchConstraints(LDAPSearchConstraints sc)
 o printException
 public static void printException(LDAPException e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index