Serialized Form


Package ca.tnt.ldaputils.exception

Class ca.tnt.ldaputils.exception.LdapNamingException extends RuntimeException implements Serializable

Class ca.tnt.ldaputils.exception.LpaAnnotationException extends LdapNamingException implements Serializable

Class ca.tnt.ldaputils.exception.ObjectClassNotSupportedException extends LdapNamingException implements Serializable


Package ca.tnt.ldaputils.impl

Class ca.tnt.ldaputils.impl.LDAPEntryImpl extends Object implements Serializable

Serialized Fields

modified

boolean modified

isNew

boolean isNew

dn

LdapName dn

objectClasses

List<E> objectClasses

modificationItems

LinkedHashMap<K,V> modificationItems

attributes

Attributes attributes
This contains all of the attributes for the object

Class ca.tnt.ldaputils.impl.LdapGroup extends LdapEntry implements Serializable

Serialized Fields

sortedMembers

SortedSet<E> sortedMembers
REQUIRED_FEATURE replace with SortedMap of ILdapOrganization entries, once we have gotten around infinite recursion. However, this should probably be done in an example object in the test package, not here, as we do not necessarily want to link back to the original object. Then again, maybe we should simply be creating two separate sub projects. One for common Classes, doing it the way we "think", and one that is the actual framework.

SortedSet of members of the group, in DN String format.


businessCategories

SortedSet<E> businessCategories