| AttributeServlet |
AttributeServlet is a servlet which queries an LDAP and returns
the value of a single attribute.
|
| CommonServlet |
CommonServlet contains common code that each servlet uses to
initialize itself.
|
| LoginServlet |
LoginServet attempts to authenticate a user against an LDAP.
|
| LogoutServlet |
LogoutServet removes the session id attribute set by the
LoginServlet.
|
| SearchServlet |
SearchServlet is a servlet which queries an LDAP and returns the
result as LDIF or DSML.
|
| ServletConstants |
ServletConstants contains all the constants needed by the ldap
servlet package.
|