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.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModifyDNOperation
This interface defines an operation used to move an entry in the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyDNOperationBasis
This class defines an operation that may be used to alter the DN of 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.
|
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 | Interface and Description |
---|---|
interface |
SearchEntrySearchOperation
This class defines a set of methods that are available for use by search result entry plugins.
|
interface |
SearchReferenceSearchOperation
This class defines a set of methods that are available for use by search result reference plugins.
|
interface |
SubordinateModifyDNOperation
This class defines a set of methods that are available for use by subordinate modify DN operation plugins.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.