Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug
loggers.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
org.opends.server.workflowelement.localbackend |
This package contains source for the local backend workflow element, which
are used to process operations against data stored in local backend databases
and other repositories that are considered "local".
|
Modifier and Type | Class and Description |
---|---|
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 |
CompareOperationWrapper
This abstract class wraps/decorates a given compare operation.
|
Constructor and Description |
---|
CompareOperationWrapper(CompareOperation compare)
Creates a new compare operation based on the provided compare operation.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logCompareRequest(CompareOperation compareOperation)
Writes a message to the access logger with information about the
compare request associated with the provided compare operation.
|
void |
TextAccessLogPublisher.logCompareRequest(CompareOperation compareOperation) |
static void |
AccessLogger.logCompareRequest(CompareOperation compareOperation)
Writes a message to the access logger with information about the compare
request associated with the provided compare operation.
|
void |
AccessLogPublisher.logCompareResponse(CompareOperation compareOperation)
Writes a message to the access logger with information about the
compare response associated with the provided compare operation.
|
void |
TextAccessLogPublisher.logCompareResponse(CompareOperation compareOperation) |
static void |
AccessLogger.logCompareResponse(CompareOperation compareOperation)
Writes a message to the access logger with information about the compare
response associated with the provided compare operation.
|
Modifier and Type | Method and Description |
---|---|
CompareOperation |
InternalClientConnection.processCompare(org.forgerock.opendj.ldap.ByteString rawEntryDN,
String attributeType,
org.forgerock.opendj.ldap.ByteString assertionValue)
Processes an internal compare operation with the provided
information.
|
CompareOperation |
InternalClientConnection.processCompare(org.forgerock.opendj.ldap.ByteString rawEntryDN,
String attributeType,
org.forgerock.opendj.ldap.ByteString assertionValue,
List<Control> controls)
Processes an internal compare operation with the provided
information.
|
CompareOperation |
InternalClientConnection.processCompare(DN entryDN,
AttributeType attributeType,
org.forgerock.opendj.ldap.ByteString assertionValue)
Processes an internal compare operation with the provided
information.
|
CompareOperation |
InternalClientConnection.processCompare(DN entryDN,
AttributeType attributeType,
org.forgerock.opendj.ldap.ByteString assertionValue,
List<Control> controls)
Processes an internal compare operation with the provided
information.
|
CompareOperation |
InternalClientConnection.processCompare(String rawEntryDN,
String attributeType,
String assertionValue)
Processes an internal compare operation with the provided
information.
|
CompareOperation |
InternalClientConnection.processCompare(String rawEntryDN,
String attributeType,
String assertionValue,
List<Control> controls)
Processes an internal compare operation with the provided
information.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBackendCompareOperation
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.
|
Constructor and Description |
---|
LocalBackendCompareOperation(CompareOperation compare)
Creates a new compare operation based on the provided compare operation.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.