org.apache.ldap.server.authn
Class GenericAuthenticatorContext

java.lang.Object
  extended byorg.apache.ldap.server.authn.GenericAuthenticatorContext
All Implemented Interfaces:
AuthenticatorContext

public class GenericAuthenticatorContext
extends java.lang.Object
implements AuthenticatorContext

Default implementation of AuthenticatorContext.

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

Constructor Summary
GenericAuthenticatorContext()
          Create a new AuthenticatorContext.
 
Method Summary
 boolean getAllowAnonymous()
          Returns the value of server.disable.anonymous JNDI Property.
 PartitionNexus getPartitionNexus()
          Returns a reference to the PartitionNexus.
 void setAllowAnonymous(boolean allowAnonymous)
           
 void setPartitionNexus(PartitionNexus rootNexus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericAuthenticatorContext

public GenericAuthenticatorContext()
Create a new AuthenticatorContext.

Method Detail

getPartitionNexus

public PartitionNexus getPartitionNexus()
Description copied from interface: AuthenticatorContext
Returns a reference to the PartitionNexus.

Specified by:
getPartitionNexus in interface AuthenticatorContext

setPartitionNexus

public void setPartitionNexus(PartitionNexus rootNexus)

getAllowAnonymous

public boolean getAllowAnonymous()
Description copied from interface: AuthenticatorContext
Returns the value of server.disable.anonymous JNDI Property.

Specified by:
getAllowAnonymous in interface AuthenticatorContext

setAllowAnonymous

public void setAllowAnonymous(boolean allowAnonymous)