Package com.unboundid.ldap.sdk.examples
package com.unboundid.ldap.sdk.examples
This package contains a number of simple programs that intend to demonstrate
how to use the UnboundID LDAP SDK for Java to perform various types of
operations.
Note that the scope of these programs has been intentionally kept small so that they are easier to understand, even though this may limit the real-world usefulness of these examples. Further, these programs do not include support for internationalization and have minimal debugging code to further simplify them.
Note that the scope of these programs has been intentionally kept small so that they are easier to understand, even though this may limit the real-world usefulness of these examples. Further, these programs do not include support for internationalization and have minimal debugging code to further simplify them.
-
ClassesClassDescriptionThis class provides a tool that can be used to test authentication processing in an LDAP directory server using multiple threads.This class provides a tool that can be used to perform base64 encoding and decoding from the command line.This class provides a tool that may be used to identify references to entries that do not exist.This class provides a tool that may be used to identify unique attribute conflicts (i.e., attributes which are supposed to be unique but for which some values exist in multiple entries).This class provides a command-line tool that can be used to display a complex LDAP search filter in a multi-line form that makes it easier to visualize its hierarchy.This class provides a simple tool that can be used to perform compare operations in an LDAP directory server.This class provides a tool that can be used to create a simple listener that may be used to intercept and decode LDAP requests before forwarding them to another directory server, and then intercept and decode responses before returning them to the client.This class provides a simple tool that can be used to perform add, delete, modify, and modify DN operations against an LDAP directory server.This class provides a simple tool that can be used to search an LDAP directory server.This class provides a tool that can be used to perform repeated modifications in an LDAP directory server using multiple threads.This class provides a tool that can be used to search an LDAP directory server repeatedly using multiple threads, and then modify each entry returned by that server.This class provides a tool that can be used to search an LDAP directory server repeatedly using multiple threads.This class implements a command-line tool that can be helpful in measuring the performance of the LDAP SDK itself.This class provides a simple tool that can be used to validate that the contents of an LDIF file are valid.