Uses of Interface
ca.tnt.ldaputils.ILdapEntry

Packages that use ILdapEntry
ca.tnt.ldaputils   
ca.tnt.ldaputils.impl   
ca.tnt.ldaputils.proprietary   
 

Uses of ILdapEntry in ca.tnt.ldaputils
 

Subinterfaces of ILdapEntry in ca.tnt.ldaputils
 interface ILdapGroup
           
 interface ILdapInetOrgPerson
          Created by IntelliJ IDEA.
 interface ILdapOrganization
          LDAPOrganization represents an object with a class of "organization"

Created : 15-Apr-2006 12:48:52 PM MST

 interface ILdapPerson
           
 

Methods in ca.tnt.ldaputils that return ILdapEntry
 ILdapEntry ILdapEntry.convertInstance(int type)
           
 

Methods in ca.tnt.ldaputils with parameters of type ILdapEntry
 void ILdapGroup.addMember(ILdapEntry ldapEntry)
          Add a member to this group.
 void ILdapGroup.removeMember(ILdapEntry ldapEntry)
          Remove a member from this group.
 void LdapManager.unbind(ILdapEntry ldapEntry)
           
 

Uses of ILdapEntry in ca.tnt.ldaputils.impl
 

Classes in ca.tnt.ldaputils.impl that implement ILdapEntry
 class LdapEntry
          Default implementation of an LDAP object.
 class LDAPEntryImpl
          LDAPObject implementing class.
 class LdapGroup
          LDAPGroup implementation.
 class LdapOrganization
          Implements an LDAP organization object.
 

Methods in ca.tnt.ldaputils.impl that return ILdapEntry
 ILdapEntry LDAPEntryImpl.convertInstance(int type)
          Converts this object to the given instance.
 ILdapEntry LdapEntry.convertInstance(int type)
           
 

Methods in ca.tnt.ldaputils.impl with parameters of type ILdapEntry
 void LdapGroup.addMember(ILdapEntry ldapEntry)
           
 void LdapGroup.removeMember(ILdapEntry ldapEntry)
           
 

Uses of ILdapEntry in ca.tnt.ldaputils.proprietary
 

Subinterfaces of ILdapEntry in ca.tnt.ldaputils.proprietary
 interface ILdapBusiness
          Implements the tntbusiness LDAP objectClass.
 

Classes in ca.tnt.ldaputils.proprietary that implement ILdapEntry
 class LdapBusiness
          Created by IntelliJ IDEA.