| Class | Description |
|---|---|
| LdapAuthenticationProvider |
Custom Spring Security authentication provider which tries to bind to an LDAP server with the passed-in credentials;
of note, when used with the custom
LdapAuthenticatorImpl, does not require an LDAP username
and password for initial binding. |
| LdapAuthenticationToken |
Authentication token to use when an application needs further access to the LDAP context used to authenticate the user.
|
| LdapAuthenticatorImpl |
Custom Spring Security LDAP authenticator which tries to bind to an LDAP server using the passed-in credentials; does
not require "master" credentials for an initial bind prior to searching for the passed-in username.
|
Copyright © 2007-2015 Ikasan. All Rights Reserved.