public class LookupOperationContext extends FilteringOperationContext
| Modifier and Type | Field and Description |
|---|---|
private boolean |
syncreplLookup
flag to indicate if this search is done for replication
|
LOG, returningAttributes, returningAttributesString, typesOnlyauthorizedPrincipal, byPassed, currentInterceptor, dn, EMPTY_CONTROLS, entry, interceptors, originalEntry, requestControls, responseControls, session, throwReferral| Constructor and Description |
|---|
LookupOperationContext(CoreSession session)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
org.apache.directory.api.ldap.model.name.Dn dn)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
org.apache.directory.api.ldap.model.name.Dn dn,
java.lang.String... returningAttributes)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
java.lang.String... returningAttributes)
Creates a new instance of LookupOperationContext.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isSyncreplLookup() |
void |
setSyncreplLookup(boolean syncreplLookup)
sets the flag to indicate if this is a synrepl specific search or not
|
contains, contains, getReturningAttributes, getReturningAttributesString, isAllOperationalAttributes, isAllUserAttributes, isNoAttributes, isTypesOnly, setAllOperationalAttributes, setAllUserAttributes, setNoAttributes, setReturningAttributes, setTypesOnly, toStringaddRequestControl, addRequestControls, addResponseControl, delete, getCurrentInterceptor, getDn, getEffectivePrincipal, getEntry, getNextInterceptor, getOriginalEntry, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isReferralIgnored, isReferralThrown, lookup, newLookupContext, setAuthorizedPrincipal, setCurrentInterceptor, setDn, setEntry, setInterceptors, setOriginalEntry, setRequestControls, setSession, throwReferralprivate boolean syncreplLookup
public LookupOperationContext(CoreSession session)
public LookupOperationContext(CoreSession session, org.apache.directory.api.ldap.model.name.Dn dn)
public LookupOperationContext(CoreSession session, java.lang.String... returningAttributes)
public LookupOperationContext(CoreSession session, org.apache.directory.api.ldap.model.name.Dn dn, java.lang.String... returningAttributes)
public java.lang.String getName()
getName in interface OperationContextgetName in class AbstractOperationContextpublic boolean isSyncreplLookup()
public void setSyncreplLookup(boolean syncreplLookup)
syncreplLookup -