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.

See:
          Description

Class Summary
AuthRate This class provides a tool that can be used to test authentication processing in an LDAP directory server using multiple threads.
IdentifyReferencesToMissingEntries This class provides a tool that may be used to identify references to entries that do not exist.
IdentifyUniqueAttributeConflicts 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).
LDAPCompare This class provides a simple tool that can be used to perform compare operations in an LDAP directory server.
LDAPDebugger 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.
LDAPModify This class provides a simple tool that can be used to perform add, delete, modify, and modify DN operations against an LDAP directory server.
LDAPSearch This class provides a simple tool that can be used to search an LDAP directory server.
ModRate This class provides a tool that can be used to perform repeated modifications in an LDAP directory server using multiple threads.
SearchAndModRate 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.
SearchRate This class provides a tool that can be used to search an LDAP directory server repeatedly using multiple threads.
ValidateLDIF This class provides a simple tool that can be used to validate that the contents of an LDIF file are valid.
 

Package com.unboundid.ldap.sdk.examples Description

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.