public class ListOperationContext extends SearchingOperationContext
abandoned, aliasDerefMode, allOperationalAttributes, allUserAttributes, noAttributes, returningAttributes, scope, sizeLimit, timeLimit, typesOnlyauthorizedPrincipal, byPassed, dn, EMPTY_CONTROLS, entry, next, previous, requestControls, responseControls, session, throwReferral| Constructor and Description |
|---|
ListOperationContext(CoreSession session)
Creates a new instance of ListOperationContext.
|
ListOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn)
Creates a new instance of ListOperationContext.
|
ListOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes)
Creates a new instance of ListOperationContext with attributes to return.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
getAliasDerefMode, getReturningAttributes, getScope, getSearchControls, getSearchControls, getSizeLimit, getTimeLimit, isAbandoned, isAllOperationalAttributes, isAllUserAttributes, isNoAttributes, isTypesOnly, setAbandoned, setAliasDerefMode, setAllOperationalAttributes, setAllUserAttributes, setNoAttributes, setReturningAttributes, setReturningAttributes, setReturningAttributes, setScope, setSizeLimit, setTimeLimit, setTypesOnlyadd, addRequestControl, addRequestControls, addResponseControl, delete, getByPassed, getDn, getEffectivePrincipal, getEntry, getFirstOperation, getLastOperation, getNextOperation, getPreviousOperation, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasBypass, hasEntry, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isBypassed, isFirstOperation, isReferralIgnored, isReferralThrown, lookup, lookup, modify, newLookupContext, setAuthorizedPrincipal, setByPassed, setDn, setEntry, setNextOperation, setPreviousOperation, setRequestControls, setSession, throwReferralpublic ListOperationContext(CoreSession session)
public ListOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN dn)
dn - The DN to get the suffix frompublic ListOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN dn, Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes)
session - the session associated with this OperationContextdn - the base DNaliasDerefMode - the alias dereferencing mode to usereturningAttributes - the attributes to returnpublic String getName()
getName in interface OperationContextgetName in class AbstractOperationContextpublic String toString()
toString in class SearchingOperationContextObject.toString()Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.