Package com.sun.slamd.realm

The com.sun.slamd.realm package contains the code that is used to define a custom access control realm in the Apache Tomcat servlet engine.

See:
          Description

Class Summary
CachedUser This class implements a data structure used to store information about users that have been authenticated using the LDAPRealm realm implementation.
LDAPRealm This class implements a Tomcat Realm that allows authentication against an LDAP directory server.
 

Package com.sun.slamd.realm Description

The com.sun.slamd.realm package contains the code that is used to define a custom access control realm in the Apache Tomcat servlet engine. In particular, a realm is defined that makes it possible to authenticate users against an LDAP directory server in a way that is more powerful and flexible than the mechanism offered in the default JNDIRealm implementation provided with Tomcat.