| Package | Description |
|---|---|
| org.acegisecurity.providers.ldap |
The LDAP authentication provider package.
|
| org.acegisecurity.providers.ldap.authenticator |
LDAP authenticator implementations.
|
| 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.
|
| 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. |
Copyright © 2016. All rights reserved.