Uses of Interface
ca.tnt.ldaputils.ILdapGroup

Packages that use ILdapGroup
ca.tnt.ldaputils   
ca.tnt.ldaputils.impl   
 

Uses of ILdapGroup in ca.tnt.ldaputils
 

Methods in ca.tnt.ldaputils that return types with arguments of type ILdapGroup
 SortedMap<String,? extends ILdapGroup> ILdapOrganization.getBusinessCategories()
          Retrieves a Map of categories where the key is the category name, and the value is the ILdapGroup.
 

Uses of ILdapGroup in ca.tnt.ldaputils.impl
 

Classes in ca.tnt.ldaputils.impl that implement ILdapGroup
 class LdapGroup
          LDAPGroup implementation.
 

Methods in ca.tnt.ldaputils.impl that return types with arguments of type ILdapGroup
 SortedMap<String,? extends ILdapGroup> LdapOrganization.getBusinessCategories()