public abstract class EmptyOperationContext extends AbstractOperationContext
authorizedPrincipal, byPassed, currentInterceptor, dn, EMPTY_CONTROLS, entry, interceptors, originalEntry, requestControls, responseControls, session, throwReferral| Constructor and Description |
|---|
EmptyOperationContext(CoreSession session)
Creates a new instance of EmptyOperationContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setDn(org.apache.directory.api.ldap.model.name.Dn dn)
Set the context Dn
|
String |
toString() |
addRequestControl, addRequestControls, addResponseControl, delete, getCurrentInterceptor, getDn, getEffectivePrincipal, getEntry, getName, getNextInterceptor, getOriginalEntry, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isReferralIgnored, isReferralThrown, lookup, newLookupContext, setAuthorizedPrincipal, setCurrentInterceptor, setEntry, setInterceptors, setOriginalEntry, setRequestControls, setSession, throwReferralpublic EmptyOperationContext(CoreSession session)
public void setDn(org.apache.directory.api.ldap.model.name.Dn dn)
setDn in interface OperationContextsetDn in class AbstractOperationContextdn - The Dn to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2021. All rights reserved.