|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.interceptor.context.AbstractOperationContext
org.apache.directory.server.core.interceptor.context.EmptyOperationContext
public abstract class EmptyOperationContext
An EmptySuffix context used for Interceptors. It contains no data, and mask the DN in AbstractOperationContext
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.server.core.interceptor.context.AbstractOperationContext |
|---|
authorizedPrincipal, byPassed, dn, EMPTY_CONTROLS, entry, next, previous, requestControls, responseControls, session, throwReferral |
| Constructor Summary | |
|---|---|
EmptyOperationContext(CoreSession session)
Creates a new instance of EmptyOperationContext. |
|
| Method Summary | |
|---|---|
void |
setDn(org.apache.directory.shared.ldap.name.DN dn)
Set the context DN |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.directory.server.core.interceptor.context.AbstractOperationContext |
|---|
add, addRequestControl, addRequestControls, addResponseControl, delete, getByPassed, getDn, getEffectivePrincipal, getEntry, getFirstOperation, getLastOperation, getName, getNextOperation, getPreviousOperation, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasBypass, hasEntry, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isBypassed, isFirstOperation, isReferralIgnored, isReferralThrown, lookup, lookup, modify, newLookupContext, setAuthorizedPrincipal, setByPassed, setEntry, setNextOperation, setPreviousOperation, setRequestControls, setSession, throwReferral |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyOperationContext(CoreSession session)
| Method Detail |
|---|
public void setDn(org.apache.directory.shared.ldap.name.DN dn)
setDn in interface OperationContextsetDn in class AbstractOperationContextdn - The DN to setpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||