| Class | Description |
|---|---|
| AbstractLdapUsernamePasswordAuthenticationHandler |
Abstract class to handle common LDAP functionality.
|
| BindLdapAuthenticationHandler |
Performs LDAP authentication via two distinct steps:
Search for an LDAP DN using arbitrary search filter.
Bind using DN in first step with password provided by login Webflow.
|
| DigestMd5DirContextAuthenticationStrategy |
Authentication strategy for LDAP DIGEST-MD5.
|
| FastBindLdapAuthenticationHandler |
Implementation of an LDAP handler to do a "fast bind." A fast bind skips the
normal two step binding process to determine validity by providing before
hand the path to the uid.
|
| LdapErrorDefinition | |
| LdapPasswordPolicyEnforcer |
Class that fetches a password expiration date from an AD/LDAP database.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.