|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LdapAuthenticator | |
---|---|
org.acegisecurity.providers.ldap | The LDAP authentication provider package. |
org.acegisecurity.providers.ldap.authenticator | LDAP authenticator implementations. |
Uses of LdapAuthenticator in org.acegisecurity.providers.ldap |
---|
Constructors in org.acegisecurity.providers.ldap with parameters of type LdapAuthenticator | |
---|---|
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. |
Uses of LdapAuthenticator in org.acegisecurity.providers.ldap.authenticator |
---|
Classes in org.acegisecurity.providers.ldap.authenticator that implement LdapAuthenticator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |