public class LookupOperationContext extends FilteringOperationContext
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,
String... returningAttributes)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
String... returningAttributes)
Creates a new instance of LookupOperationContext.
|
| Modifier and Type | Method and Description |
|---|---|
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, throwReferralpublic LookupOperationContext(CoreSession session)
public LookupOperationContext(CoreSession session, org.apache.directory.api.ldap.model.name.Dn dn)
public LookupOperationContext(CoreSession session, String... returningAttributes)
public LookupOperationContext(CoreSession session, org.apache.directory.api.ldap.model.name.Dn dn, String... returningAttributes)
public String getName()
getName in interface OperationContextgetName in class AbstractOperationContextpublic boolean isSyncreplLookup()
public void setSyncreplLookup(boolean syncreplLookup)
syncreplLookup - Copyright © 2021. All rights reserved.