public class AddOperationContext extends AbstractChangeOperationContext
logChange, modifiedEntryauthorizedPrincipal, byPassed, currentInterceptor, dn, EMPTY_CONTROLS, entry, interceptors, originalEntry, requestControls, responseControls, session, throwReferral| Constructor and Description |
|---|
AddOperationContext(CoreSession session)
Creates a new instance of AddOperationContext.
|
AddOperationContext(CoreSession session,
org.apache.directory.api.ldap.model.message.AddRequest addRequest) |
AddOperationContext(CoreSession session,
org.apache.directory.api.ldap.model.name.Dn dn)
Creates a new instance of AddOperationContext.
|
AddOperationContext(CoreSession session,
org.apache.directory.api.ldap.model.name.Dn dn,
org.apache.directory.api.ldap.model.entry.Entry entry)
Creates a new instance of ModifyOperationContext.
|
AddOperationContext(CoreSession session,
org.apache.directory.api.ldap.model.entry.Entry entry)
Creates a new instance of AddOperationContext.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
getChangeLogEvent, getModifiedEntry, getRid, isGenerateNoReplEvt, isLogChange, isPushToEvtInterceptor, isReplEvent, setChangeLogEvent, setGenerateNoReplEvt, setLogChange, setModifiedEntry, setPushToEvtInterceptor, setReplEvent, setRidaddRequestControl, addRequestControls, addResponseControl, delete, getCurrentInterceptor, getDn, getEffectivePrincipal, getEntry, getNextInterceptor, getOriginalEntry, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isReferralIgnored, isReferralThrown, lookup, newLookupContext, setAuthorizedPrincipal, setCurrentInterceptor, setDn, setEntry, setInterceptors, setOriginalEntry, setRequestControls, setSession, throwReferralclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddRequestControl, addRequestControls, addResponseControl, delete, getCurrentInterceptor, getDn, getEffectivePrincipal, getEntry, getNextInterceptor, getRequestControl, getResponseControl, getResponseControlCount, getResponseControls, getSession, hasRequestControl, hasRequestControls, hasResponseControl, hasResponseControls, ignoreReferral, isReferralIgnored, isReferralThrown, lookup, newLookupContext, setCurrentInterceptor, setDn, setEntry, setInterceptors, throwReferralpublic AddOperationContext(CoreSession session)
session - the current Sessionpublic AddOperationContext(CoreSession session, org.apache.directory.api.ldap.model.name.Dn dn)
session - the current Sessiondn - the name of the entry being addedpublic AddOperationContext(CoreSession session, org.apache.directory.api.ldap.model.entry.Entry entry)
session - the current Sessionentry - the entry being addedpublic AddOperationContext(CoreSession session, org.apache.directory.api.ldap.model.name.Dn dn, org.apache.directory.api.ldap.model.entry.Entry entry)
session - the current Sessiondn - the name of the entry being addedentry - the entry being addedpublic AddOperationContext(CoreSession session, org.apache.directory.api.ldap.model.message.AddRequest addRequest) throws org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapExceptionpublic String getName()
getName in interface OperationContextgetName in class AbstractOperationContextpublic String toString()
toString in class ObjectObject.toString()Copyright © 2021. All rights reserved.