See: Description
Class | Description |
---|---|
AuthRate |
This class provides a tool that can be used to test authentication processing
in an LDAP directory server using multiple threads.
|
Base64Tool |
This class provides a tool that can be used to perform base64 encoding and
decoding from the command line.
|
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).
|
IndentLDAPFilter |
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.
|
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.
|
TestLDAPSDKPerformance |
This class implements a command-line tool that can be helpful in measuring
the performance of the LDAP SDK itself.
|
ValidateLDIF |
This class provides a simple tool that can be used to validate that the
contents of an LDIF file are valid.
|