|
|||||||||||
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.AnonymousAuthenticator
A default implentation of an AuthenticationService for handling anonymous connections.
Field Summary |
Fields inherited from class org.apache.ldap.server.authn.AbstractAuthenticator |
authenticatorConfig, authenticatorType |
Constructor Summary | |
AnonymousAuthenticator()
|
Method Summary | |
LdapPrincipal |
authenticate(ServerContext ctx)
This will be called when the authentication is set to "none" on the client. |
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 AnonymousAuthenticator()
Method Detail |
public LdapPrincipal authenticate(ServerContext ctx) throws javax.naming.NamingException
authenticate
in interface Authenticator
authenticate
in class AbstractAuthenticator
javax.naming.NamingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |