Package org.esupportail.cas.server.handlers.ldap

Class Summary
BindLdapHandler This class implements a bind LDAP handler class.
BindLdapServer This class implements an LDAP server class.
FastBindLdapHandler This class implements a fastbind LDAP handler class.
FastBindLdapServer This class implements an LDAP server class, which can authenticate users by directly binding to an LDAP directory (fastbind method).
LdapHandler This abstract class implements an LDAP handler class, inherited by FastBindLdapHandler and BindLdapHandler.
LdapServer This abstract class implements an LDAP server class, inherited by BindLdapServer and FastBindLdapServer.