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, throwReferral
public EmptyOperationContext(CoreSession session)
public void setDn(org.apache.directory.api.ldap.model.name.Dn dn)
setDn
in interface OperationContext
setDn
in class AbstractOperationContext
dn
- The Dn to setpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.