|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
org.acegisecurity.providers.ldap.authenticator.BindAuthenticator
public class BindAuthenticator
An authenticator which binds as a user.
AbstractLdapAuthenticator
Field Summary |
---|
Fields inherited from class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator |
---|
messages |
Constructor Summary | |
---|---|
BindAuthenticator(InitialDirContextFactory initialDirContextFactory)
Create an initialized instance to the InitialDirContextFactory provided. |
Method Summary | |
---|---|
LdapUserDetails |
authenticate(java.lang.String username,
java.lang.String password)
Authenticates as a user and obtains additional user information from the directory. |
Methods inherited from class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator |
---|
afterPropertiesSet, getInitialDirContextFactory, getUserAttributes, getUserDetailsMapper, getUserDns, getUserSearch, setMessageSource, setUserAttributes, setUserDetailsMapper, setUserDnPatterns, setUserSearch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindAuthenticator(InitialDirContextFactory initialDirContextFactory)
InitialDirContextFactory
provided.
initialDirContextFactory
- Method Detail |
---|
public LdapUserDetails authenticate(java.lang.String username, java.lang.String password)
LdapAuthenticator
username
- the user's login name (not their DN).password
- the user's password supplied at login.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |