Uses of Class
ca.tnt.ldaputils.annotations.LdapEntity

Packages that use LdapEntity
ca.tnt.ldaputils.annotations.processing This packages is just a hacked together annotation processing system. 
ca.tnt.ldaputils.impl   
ca.tnt.ldaputils.proprietary   
 

Uses of LdapEntity in ca.tnt.ldaputils.annotations.processing
 

Methods in ca.tnt.ldaputils.annotations.processing with parameters of type LdapEntity
protected  boolean LdapEntityLoader.preProcessAnnotation(LdapEntity annotation, Class annotatedClass)
           
protected  boolean LdapEntityHandler.preProcessAnnotation(LdapEntity annotation, Class annotatedClass)
          Does annotation pre-processing, in case the subclass wants to do something special before anything is processed.
protected  boolean LdapEntityBinder.preProcessAnnotation(LdapEntity annotation, Class annotatedClass)
          grabs the object classes from the requiredObjectClasses() annotation field, and puts them in an Attribute, and stores them for return from LdapEntityBinder.getAttributesList()
protected  boolean LdapEntityHandler.validateObjectClasses(LdapEntity annotation, Attributes attributes)
          Validates object classes for the entity.
 

Uses of LdapEntity in ca.tnt.ldaputils.impl
 

Classes in ca.tnt.ldaputils.impl with annotations of type LdapEntity
 class LdapEntry
          Default implementation of an LDAP object.
 class LdapGroup
          LDAPGroup implementation.
 class LdapOrganization
          Implements an LDAP organization object.
 

Uses of LdapEntity in ca.tnt.ldaputils.proprietary
 

Classes in ca.tnt.ldaputils.proprietary with annotations of type LdapEntity
 class LdapBusiness
          Created by IntelliJ IDEA.