Uses of Class
ca.tnt.ldaputils.LdapManager

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

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

Fields in ca.tnt.ldaputils.annotations.processing declared as LdapManager
protected  LdapManager LdapEntityHandler.manager
          Manager instance that is calling the handler
 

Methods in ca.tnt.ldaputils.annotations.processing with parameters of type LdapManager
 void LdapEntityLoader.setManager(LdapManager managerInstance)
           
 void LdapEntityBinder.setManager(LdapManager managerInstance)
           
 void IAnnotationHandler.setManager(LdapManager managerInstance)
          Sets the established ldap manager object, which should be pre-authenticated.