Package org.springframework.security.ldap.authentication
package org.springframework.security.ldap.authentication
The LDAP authentication provider package. Interfaces are provided for both
authentication and retrieval of user roles from an LDAP server.
The main provider class is LdapAuthenticationProvider. This is configured with an LdapAuthenticator instance and an LdapAuthoritiesPopulator. The latter is used to obtain the list of roles for the user.
-
ClassDescriptionBase class for the standard
LdapAuthenticationProvider
and theActiveDirectoryLdapAuthenticationProvider
.Base class for the authenticator implementations.An authenticator which binds as a user.AnAuthenticationProvider
implementation that authenticates against an LDAP server.The strategy interface for locating and authenticating an Ldap user.AnLdapAuthenticator
which compares the login password with the value stored in the directory using a remote LDAP "compare" operation.An AuthenticationSource to retrieve authentication information stored in Spring Security'sSecurityContextHolder
.Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which was supplied at login as the username.