Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler and its associated classes.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbandonOperationBasis
This class defines an operation that may be used to abandon an operation that may already be in progress in the
Directory Server.
|
class |
AddOperationBasis
This class defines an operation that may be used to add a new entry to the Directory Server.
|
class |
BindOperationBasis
This class defines an operation that may be used to authenticate a user to the Directory Server.
|
class |
CompareOperationBasis
This class defines an operation that may be used to determine whether a specified entry in the Directory Server
contains a given attribute-value pair.
|
class |
DeleteOperationBasis
This class defines an operation that may be used to remove an entry from the Directory Server.
|
class |
ExtendedOperationBasis
This class defines an extended operation, which can perform virtually any kind of task.
|
class |
ModifyDNOperationBasis
This class defines an operation that may be used to alter the DN of an entry in the Directory Server.
|
class |
ModifyOperationBasis
This class defines an operation that may be used to modify an entry in the Directory Server.
|
class |
SearchOperationBasis
This class defines an operation that may be used to locate entries in the Directory Server based on a given set of
criteria.
|
class |
UnbindOperationBasis
This class defines an operation that may be used to close the connection between the client and the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSearchOperation
This class defines a subclass of the core search operation that is to be used for internal searches.
|
Modifier and Type | Method and Description |
---|---|
static LDAPUpdateMsg |
LDAPUpdateMsg.generateMsg(PostOperationOperation op)
Generates an Update message with the provided information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PostOperationAbandonOperation
This class defines a set of methods that are available for use by post-operation plugins for abandon operations.
|
interface |
PostOperationAddOperation
This class defines a set of methods that are available for use by post-operation plugins for add operations.
|
interface |
PostOperationBindOperation
This class defines a set of methods that are available for use by post-operation plugins for bind operations.
|
interface |
PostOperationCompareOperation
This class defines a set of methods that are available for use by post-operation plugins for compare operations.
|
interface |
PostOperationDeleteOperation
This class defines a set of methods that are available for use by post-operation plugins for delete operations.
|
interface |
PostOperationExtendedOperation
This class defines a set of methods that are available for use by post-operation plugins for extended operations.
|
interface |
PostOperationModifyDNOperation
This class defines a set of methods that are available for use by post-operation plugins for modify DN operations.
|
interface |
PostOperationModifyOperation
This class defines a set of methods that are available for use by post-operation plugins for modify operations.
|
interface |
PostOperationSearchOperation
This class defines a set of methods that are available for use by post-operation plugins for search operations.
|
interface |
PostOperationUnbindOperation
This class defines a set of methods that are available for use by post-operation plugins for unbind operations.
|
interface |
PostResponseBindOperation
This class defines a set of methods that are available for use by post-response plugins for bind operations.
|
interface |
PostResponseExtendedOperation
This class defines a set of methods that are available for use by post-response plugins for extended operations.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.