Package | Description |
---|---|
org.springframework.security.ldap.authentication |
The LDAP authentication provider package.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLdapAuthenticator
Base class for the authenticator implementations.
|
class |
BindAuthenticator
An authenticator which binds as a user.
|
class |
PasswordComparisonAuthenticator
An
LdapAuthenticator which compares the login
password with the value stored in the directory using a remote LDAP "compare" operation. |
Constructor and Description |
---|
LdapAuthenticationProvider(LdapAuthenticator authenticator)
Creates an instance with the supplied authenticator and a null authorities populator.
|
LdapAuthenticationProvider(LdapAuthenticator authenticator,
LdapAuthoritiesPopulator authoritiesPopulator)
Create an instance with the supplied authenticator and authorities populator implementations.
|
Copyright © 2015. All rights reserved.