| Class | Description |
|---|---|
| DisplayString | |
| DisplayStringBeanInfo |
BeanInfo for displaying string
|
| LDAPBasePropertySupport |
This is a base class that is extended by various specialized LDAP
Beans.
|
| 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.
|
| LDAPGetEntriesBeanInfo |
BeanInfo for LDAPGetEntries
|
| 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.
|
| LDAPGetPropertyBeanInfo |
BeanInfo for LDAPGetProperty
|
| 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.
|
| LDAPIsMemberBeanInfo |
BeanInfo for LDAPIsMember
|
| LDAPSimpleAuth |
Invisible Bean that just authenticates a user with a Directory
Server and returns Y or N.
|
| LDAPSimpleAuthBeanInfo |
BeanInfo for LDAPSimpleAuth
|