Interface | Description |
---|---|
ChangeOperationContext |
Operations (write based) causing changes extend this interface.
|
OperationContext |
This interface represent the context passed as an argument to each interceptor.
|
Class | Description |
---|---|
AbstractChangeOperationContext |
An abstract base class used by all change inducing operations.
|
AbstractOperationContext |
This abstract class stores common context elements, like the DN, which is used
in all the contexts.
|
AddContextPartitionOperationContext |
A AddContextPartition context used for Interceptors.
|
AddOperationContext |
A Add context used for Interceptors.
|
BindOperationContext |
A Bind context used for Interceptors.
|
CompareOperationContext |
A Compare context used for Interceptors.
|
DeleteOperationContext |
A Delete context used for Interceptors.
|
EmptyOperationContext |
An EmptySuffix context used for Interceptors.
|
EntryOperationContext |
A Entry context used for Interceptors.
|
GetMatchedNameOperationContext |
A GetMatchedName context used for Interceptors.
|
GetRootDSEOperationContext |
A GetRootDSE context used for Interceptors.
|
GetSuffixOperationContext |
A GetSuffix context used for Interceptors.
|
ListOperationContext |
A ListContext context used for Interceptors.
|
ListSuffixOperationContext |
A ListSuffix context used for Interceptors.
|
LookupOperationContext |
A context for tracking lookup operations.
|
ModifyOperationContext |
A Modify context used for Interceptors.
|
MoveAndRenameOperationContext |
A Move And Rename context used for Interceptors.
|
MoveOperationContext |
A Move context used for Interceptors.
|
RemoveContextPartitionOperationContext |
A RemoveContextPartition context used for Interceptors.
|
RenameOperationContext |
A RenameService context used for Interceptors.
|
SearchingOperationContext |
A context used for search related operations and used by all
the Interceptors.
|
SearchOperationContext |
A Search context used for Interceptors.
|
UnbindOperationContext |
A Unbind context used for Interceptors.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.