org.apache.ldap.server.authn
Interface AuthenticatorContext

All Known Implementing Classes:
GenericAuthenticatorContext

public interface AuthenticatorContext

Defines a set of methods that an authenticator uses to communicate with its container, for example, to get the partition nexus, or whether the server is configured to accept anonymous connection.

Version:
$Rev: 124525 $
Author:
Apache Directory Project

Method Summary
 boolean getAllowAnonymous()
          Returns the value of server.disable.anonymous JNDI Property.
 PartitionNexus getPartitionNexus()
          Returns a reference to the PartitionNexus.
 

Method Detail

getPartitionNexus

public PartitionNexus getPartitionNexus()
Returns a reference to the PartitionNexus.


getAllowAnonymous

public boolean getAllowAnonymous()
Returns the value of server.disable.anonymous JNDI Property.