public class LookupOperationContext extends AbstractOperationContext
authorizedPrincipal, byPassed, dn, EMPTY_CONTROLS, entry, next, previous, requestControls, responseControls, session, throwReferral
Constructor and Description |
---|
LookupOperationContext(CoreSession session)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn,
String[] attrsId)
Creates a new instance of LookupOperationContext.
|
LookupOperationContext(CoreSession session,
String[] attrsId)
Creates a new instance of LookupOperationContext.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttrsId(String attrId)
Add an attribute ID to the current list, creating the list if necessary
|
Boolean |
getAllOperational() |
Boolean |
getAllUser() |
List<String> |
getAttrsId() |
String[] |
getAttrsIdArray() |
String |
getName() |
void |
setAttrsId(String[] attrsId)
Set the attribute Ids
|
String |
toString() |
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 LookupOperationContext(CoreSession session)
public LookupOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN dn)
public LookupOperationContext(CoreSession session, String[] attrsId)
public LookupOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN dn, String[] attrsId)
public String[] getAttrsIdArray()
public void setAttrsId(String[] attrsId)
attrsId
- The String array containing all the attribute IDspublic void addAttrsId(String attrId)
attrId
- the Id to addpublic Boolean getAllUser()
public Boolean getAllOperational()
public String getName()
getName
in interface OperationContext
getName
in class AbstractOperationContext
public String toString()
toString
in class Object
Object.toString()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.