|
||||||||||
| 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(BindOperationContext opContext)
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 |
|---|
destroy, doDestroy, doInit, getAuthenticatorType, getDirectoryService, 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(BindOperationContext opContext)
throws org.apache.directory.shared.ldap.exception.LdapNoPermissionException
NoPermissionException.
org.apache.directory.shared.ldap.exception.LdapNoPermissionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||