public class AddOperationContext extends AbstractChangeOperationContext
logChangeauthorizedPrincipal, byPassed, dn, EMPTY_CONTROLS, entry, next, previous, requestControls, responseControls, session, throwReferral| Constructor and Description |
|---|
AddOperationContext(CoreSession session)
Creates a new instance of AddOperationContext.
|
AddOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn)
Creates a new instance of AddOperationContext.
|
AddOperationContext(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
Creates a new instance of ModifyOperationContext.
|
AddOperationContext(CoreSession session,
org.apache.directory.shared.ldap.message.internal.InternalAddRequest addRequest) |
AddOperationContext(CoreSession session,
org.apache.directory.shared.ldap.entry.ServerEntry entry)
Creates a new instance of AddOperationContext.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
getChangeLogEvent, isLogChange, setChangeLogEvent, setLogChangeadd, 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, throwReferralclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, 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, setByPassed, setDn, setEntry, throwReferralpublic AddOperationContext(CoreSession session)
session - the current Sessionpublic AddOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN dn)
session - the current Sessiondn - the name of the entry being addedpublic AddOperationContext(CoreSession session, org.apache.directory.shared.ldap.entry.ServerEntry entry)
session - the current Sessionentry - the entry being addedpublic AddOperationContext(CoreSession session, org.apache.directory.shared.ldap.name.DN dn, org.apache.directory.shared.ldap.entry.ServerEntry entry)
session - the current Sessiondn - the name of the entry being addedentry - the entry being addedpublic AddOperationContext(CoreSession session, org.apache.directory.shared.ldap.message.internal.InternalAddRequest addRequest) throws Exception
Exceptionpublic String getName()
getName in interface OperationContextgetName in class AbstractOperationContextpublic String toString()
toString in class ObjectObject.toString()Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.