public class AddOperationContext extends AbstractChangeOperationContext
logChange
authorizedPrincipal, 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, setLogChange
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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, setByPassed, setDn, setEntry, throwReferral
public 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
Exception
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.