|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.authn.AbstractAuthenticator
org.apache.directory.server.core.authn.AnonymousAuthenticator
public class AnonymousAuthenticator
An Authenticator
that handles anonymous connections
(type 'none').
Constructor Summary | |
---|---|
AnonymousAuthenticator()
Creates a new instance. |
Method Summary | |
---|---|
LdapPrincipal |
authenticate(org.apache.directory.shared.ldap.name.LdapDN bindDn,
ServerContext ctx)
If the context is not configured to allow anonymous connections, this method throws a NoPermissionException . |
Methods inherited from class org.apache.directory.server.core.authn.AbstractAuthenticator |
---|
createLdapPrincipal, destroy, doDestroy, doInit, getAuthenticatorType, getConfiguration, getFactoryConfiguration, init, invalidateCache |
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(org.apache.directory.shared.ldap.name.LdapDN bindDn, ServerContext ctx) throws javax.naming.NamingException
NoPermissionException
.
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 |