|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.authn.AbstractAuthenticator
org.apache.ldap.server.authn.SimpleAuthenticator
A simple AuthenticationService that just authenticates clear text passwords
contained within the userPassword
attribute.
Field Summary |
Fields inherited from class org.apache.ldap.server.authn.AbstractAuthenticator |
authenticatorConfig, authenticatorType |
Constructor Summary | |
SimpleAuthenticator()
Creates a simple authenticator for clear text passwords in userPassword attributes. |
Method Summary | |
LdapPrincipal |
authenticate(ServerContext ctx)
Uses the userPassword field of the user to authenticate. |
Methods inherited from class org.apache.ldap.server.authn.AbstractAuthenticator |
createLdapPrincipal, getAuthenticatorConfig, getAuthenticatorContext, getAuthenticatorName, getAuthenticatorType, getInitParameter, getInitParameterNames, init, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleAuthenticator()
Method Detail |
public LdapPrincipal authenticate(ServerContext ctx) throws javax.naming.NamingException
authenticate
in interface Authenticator
authenticate
in class AbstractAuthenticator
javax.naming.NamingException
Authenticator.authenticate(org.apache.ldap.server.jndi.ServerContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |