| 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.
|
| 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.
|
| FilteringOperationContext |
A context used to store the filter used to manage the Attributes the user
ha srequested.
|
| GetRootDseOperationContext |
A GetRootDse context used for Interceptors.
|
| HasEntryOperationContext |
A Entry 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.
|
| RenameOperationContext |
A RenameService context used for Interceptors.
|
| SearchOperationContext |
A Search context used for Interceptors.
|
| UnbindOperationContext |
A Unbind context used for Interceptors.
|
Copyright © 2021. All rights reserved.