Directories in Gldapo are instances of the GldapoDirectory class. They represent a paritcular connection to a particular directory.
Gldapo uses Spring LDAP underneath the covers to do the actual LDAP connectivity. Each instance of GldapoDirectory contains an instance of the Spring LDAP class LdapTemplate . This instance is available via calling getTemplate() on directory objects.