|
Class Summary |
| DN |
A Data class that encapsulated the idea of an
ldap Distinguished Name of the form:
ou=frog farmers,o=frogcorp,c=au
- and provides a bunch of utility methods for modifying
and reading these values, especially the various bits
of each rdn in various ways. |
| DXAttribute |
This is largely a schema-aware wrapper to BasicAttribute, with some
utility classes spliced on. |
| DXAttributes |
This class is a container for a collection of
Attribute objects. |
| DXEntry |
This class is a wrapper for DXAttributes, that
includes knowledge of the DN of the attributes
set. |
| DXNamingEnumeration |
A simple class that implements NamingEnumeration, used to
bundle up search results 'n stuff. |
| DXOps |
A wrapper for BasicOps that converts the jndi primative names
into com.ca.commons.naming objects... |
| LdifUtility |
collection of static utility ftns. for
writing and reading ldif files. |
| NameUtility |
Some specialised String utilities for parsing ldap names. |
| RDN |
An RDN element. |