public class ListOperationContext extends SearchingOperationContext
abandoned, aliasDerefMode, allOperationalAttributes, allUserAttributes, noAttributes, returningAttributes, scope, sizeLimit, timeLimit, typesOnly
authorizedPrincipal, 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, setTypesOnly
add, 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, throwReferral
public 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 OperationContext
dn
- the base DNaliasDerefMode
- the alias dereferencing mode to usereturningAttributes
- the attributes to returnpublic String getName()
getName
in interface OperationContext
getName
in class AbstractOperationContext
public String toString()
toString
in class SearchingOperationContext
Object.toString()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.