Uses of Class
netscape.ldap.beans.LDAPBasePropertySupport

Packages that use LDAPBasePropertySupport
netscape.ldap.beans   
 

Uses of LDAPBasePropertySupport in netscape.ldap.beans
 

Subclasses of LDAPBasePropertySupport in netscape.ldap.beans
 class LDAPGetEntries
          Invisible Bean that just takes a host, port, directory base, search string, and optional authentication name and password, and returns a list of all matching DNs.
 class LDAPGetProperty
          Invisible Bean that just takes a name and password, host and port, and directory base and attribute name, and returns an attribute's values from a Directory Server.
 class LDAPIsMember
          Invisible Bean that just takes a host and port, optional authentication name and password, and DN of a group and another DN which might be a member of the group, and returns true or false, depending on whether the second DN is a member of the first.
 class LDAPSimpleAuth
          Invisible Bean that just authenticates a user with a Directory Server and returns Y or N.