Package | Description |
---|---|
org.apache.directory.server.core.api | |
org.apache.directory.server.core.api.interceptor | |
org.apache.directory.server.core.api.interceptor.context | |
org.apache.directory.server.core.authz.support | |
org.apache.directory.server.core.jndi | |
org.apache.directory.server.core.partition.impl.btree | |
org.apache.directory.server.core.partition.impl.btree.jdbm | |
org.apache.directory.server.core.partition.impl.btree.mavibot | |
org.apache.directory.server.core.shared | |
org.apache.directory.server.core.trigger | |
org.apache.directory.server.ldap |
Contains the entry point for the LDAP protocol provider and the
session registry.
|
Modifier and Type | Method and Description |
---|---|
Set<OperationContext> |
CoreSession.getOutstandingOperations()
Gets all outstanding operations currently being performed that have yet
to be completed.
|
Modifier and Type | Method and Description |
---|---|
protected Interceptor |
BaseInterceptor.getNextInterceptor(OperationContext operationContext)
Computes the next interceptor to call for a given operation.
|
static LdapPrincipal |
BaseInterceptor.getPrincipal(OperationContext opContext)
Returns
LdapPrincipal of current context. |
Modifier and Type | Interface and Description |
---|---|
interface |
ChangeOperationContext
Operations (write based) causing changes extend this interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChangeOperationContext
An abstract base class used by all change inducing operations.
|
class |
AbstractOperationContext
This abstract class stores common context elements, like the Dn, which is used
in all the contexts.
|
class |
AddOperationContext
A Add context used for Interceptors.
|
class |
BindOperationContext
A Bind context used for Interceptors.
|
class |
CompareOperationContext
A Compare context used for Interceptors.
|
class |
DeleteOperationContext
A Delete context used for Interceptors.
|
class |
EmptyOperationContext
An EmptySuffix context used for Interceptors.
|
class |
FilteringOperationContext
A context used to store the filter used to manage the Attributes the user
ha srequested.
|
class |
GetRootDseOperationContext
A GetRootDse context used for Interceptors.
|
class |
HasEntryOperationContext
A Entry context used for Interceptors.
|
class |
LookupOperationContext
A context for tracking lookup operations.
|
class |
ModifyOperationContext
A Modify context used for Interceptors.
|
class |
MoveAndRenameOperationContext
A Move And Rename context used for Interceptors.
|
class |
MoveOperationContext
A Move context used for Interceptors.
|
class |
RenameOperationContext
A RenameService context used for Interceptors.
|
class |
SearchOperationContext
A Search context used for Interceptors.
|
class |
UnbindOperationContext
A Unbind context used for Interceptors.
|
Modifier and Type | Method and Description |
---|---|
OperationContext |
AciContext.getOperationContext() |
Modifier and Type | Method and Description |
---|---|
void |
AciContext.setOperationContext(OperationContext operationContext) |
Constructor and Description |
---|
AciContext(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
OperationContext operationContext)
Creates a new instance of AciContext.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServerContext.injectReferralControl(OperationContext opCtx)
Set the referral handling flag into the operation context using
the JNDI value stored into the environment.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBTreePartition.updateCache(OperationContext opCtx)
updates the cache based on the type of OperationContext
|
Modifier and Type | Method and Description |
---|---|
void |
JdbmPartition.updateCache(OperationContext opCtx) |
Modifier and Type | Method and Description |
---|---|
void |
MavibotPartition.updateCache(OperationContext opCtx) |
Modifier and Type | Method and Description |
---|---|
Set<OperationContext> |
DefaultCoreSession.getOutstandingOperations() |
Modifier and Type | Method and Description |
---|---|
OperationContext |
AbstractStoredProcedureParameterInjector.getOperationContext() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
AbstractStoredProcedureParameterInjector.getArgumentsToInject(OperationContext opContext,
List<org.apache.directory.api.ldap.trigger.StoredProcedureParameter> parameterList) |
List<Object> |
StoredProcedureParameterInjector.getArgumentsToInject(OperationContext opContext,
List<org.apache.directory.api.ldap.trigger.StoredProcedureParameter> parameterList) |
boolean |
TriggerExecutionAuthorizer.hasPermission(OperationContext opContext) |
boolean |
SimpleTriggerExecutionAuthorizer.hasPermission(OperationContext opContext) |
Object |
StoredProcedureParameterInjector.MicroInjector.inject(OperationContext opContext,
org.apache.directory.api.ldap.trigger.StoredProcedureParameter param) |
void |
AbstractStoredProcedureParameterInjector.setOperationContext(OperationContext invocation) |
Constructor and Description |
---|
AbstractStoredProcedureParameterInjector(OperationContext opContext) |
AddStoredProcedureParameterInjector(OperationContext opContext,
org.apache.directory.api.ldap.model.name.Dn addedEntryName,
org.apache.directory.api.ldap.model.entry.Entry addedEntry) |
DeleteStoredProcedureParameterInjector(OperationContext opContext,
org.apache.directory.api.ldap.model.name.Dn deletedEntryName) |
ModifyDNStoredProcedureParameterInjector(OperationContext opContext,
boolean deleteOldRn,
org.apache.directory.api.ldap.model.name.Rdn oldRDN,
org.apache.directory.api.ldap.model.name.Rdn newRdn,
org.apache.directory.api.ldap.model.name.Dn oldSuperiorDn,
org.apache.directory.api.ldap.model.name.Dn newSuperiorDn,
org.apache.directory.api.ldap.model.name.Dn oldDn,
org.apache.directory.api.ldap.model.name.Dn newDn) |
Modifier and Type | Method and Description |
---|---|
static void |
LdapProtocolUtils.setRequestControls(OperationContext opContext,
org.apache.directory.api.ldap.model.message.Request request)
Extracts request controls from a request to populate into an
OperationContext.
|
static void |
LdapProtocolUtils.setResponseControls(OperationContext opContext,
org.apache.directory.api.ldap.model.message.Response response)
Extracts response controls from a an OperationContext to populate into
a Response object.
|
Copyright © 2016. All rights reserved.