|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.authn.GenericAuthenticatorContext
Default implementation of AuthenticatorContext.
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 |
public GenericAuthenticatorContext()
Method Detail |
public PartitionNexus getPartitionNexus()
AuthenticatorContext
getPartitionNexus
in interface AuthenticatorContext
public void setPartitionNexus(PartitionNexus rootNexus)
public boolean getAllowAnonymous()
AuthenticatorContext
getAllowAnonymous
in interface AuthenticatorContext
public void setAllowAnonymous(boolean allowAnonymous)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |