Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
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.tools |
Contains various Directory Server tool implementations.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
org.opends.server.tools.tasks |
This package contains classes that support client tool interaction with the tasks backend.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
Modifier and Type | Method and Description |
---|---|
static RawAttribute |
Converters.to(org.forgerock.opendj.ldap.Attribute attribute)
Converts from OpenDJ LDAP SDK
Attribute to OpenDJ server RawAttribute . |
Modifier and Type | Method and Description |
---|---|
static List<RawAttribute> |
Converters.to(Iterable<org.forgerock.opendj.ldap.Attribute> listOfAttributes)
|
Modifier and Type | Method and Description |
---|---|
static org.forgerock.opendj.ldap.Attribute |
Converters.fromRaw(RawAttribute attribute)
Converts from OpenDJ server
RawAttribute to OpenDJ LDAP SDK Attribute . |
Modifier and Type | Method and Description |
---|---|
List<RawAttribute> |
AddOperation.getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request.
|
List<RawAttribute> |
AddOperationBasis.getRawAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AddOperation.addRawAttribute(RawAttribute rawAttribute)
Adds the provided attribute to the set of raw attributes for this add operation.
|
void |
AddOperationBasis.addRawAttribute(RawAttribute rawAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
AddOperation.setRawAttributes(List<RawAttribute> rawAttributes)
Replaces the set of raw attributes for this add operation.
|
void |
AddOperationBasis.setRawAttributes(List<RawAttribute> rawAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPAttribute
This class defines the data structures and methods to use when interacting with an LDAP attribute, which is the basic
unit of information in an LDAP entry.
|
Modifier and Type | Method and Description |
---|---|
RawAttribute |
LDAPModification.getAttribute()
Retrieves the attribute for this modification.
|
Modifier and Type | Method and Description |
---|---|
List<RawAttribute> |
AddRequestProtocolOp.getAttributes()
Retrieves the set of attributes for this add request.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPModification.setAttribute(RawAttribute attribute)
Specifies the attribute for this modification.
|
Constructor and Description |
---|
LDAPModification(org.forgerock.opendj.ldap.ModificationType modificationType,
RawAttribute attribute)
Creates a new LDAP modification with the provided type and attribute.
|
Constructor and Description |
---|
AddRequestProtocolOp(org.forgerock.opendj.ldap.ByteString dn,
List<RawAttribute> attributes)
Creates a new LDAP add request protocol op with the specified DN and set of attributes.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<RawAttribute> |
LDAPUpdateMsg.getEclIncludes()
Returns the list of entry attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportLdif.addTaskAttributes(List<RawAttribute> attributes) |
void |
RebuildIndex.addTaskAttributes(List<RawAttribute> attributes) |
void |
RestoreDb.addTaskAttributes(List<RawAttribute> attributes) |
void |
BackUpDb.addTaskAttributes(List<RawAttribute> attributes) |
void |
ExportLdif.addTaskAttributes(List<RawAttribute> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
PurgeHistoricalScheduleInformation.addTaskAttributes(List<RawAttribute> attributes) |
Modifier and Type | Method and Description |
---|---|
static List<RawAttribute> |
TaskClient.getTaskAttributes(TaskScheduleInformation information)
This is a commodity method that returns the common attributes (those related to scheduling) of a task entry for a
given
TaskScheduleInformation object. |
Modifier and Type | Method and Description |
---|---|
protected void |
TaskTool.addAttribute(List<RawAttribute> attributes,
String attrName,
com.forgerock.opendj.cli.Argument argument)
Adds the provided attribute with the argument value to the provided list if the argument has has been provided on
the command line.
|
protected void |
TaskTool.addAttributeIfArgumentPresent(List<RawAttribute> attributes,
String attrName,
com.forgerock.opendj.cli.Argument argument)
Adds the provided attribute with the argument value to the provided list if the argument corresponding to the
attribute has been provided on the command line.
|
void |
TaskScheduleInformation.addTaskAttributes(List<RawAttribute> attributes)
Adds utility specific attributes to
attributes for population of the entry that is added to the task
backend. |
static String |
TaskClient.getTaskDn(List<RawAttribute> taskAttributes)
Returns the DN of the task entry for a given list of task attributes.
|
static String |
TaskClient.getTaskId(List<RawAttribute> taskAttributes)
Returns the ID of the task entry for a given list of task attributes.
|
Modifier and Type | Method and Description |
---|---|
static RawAttribute |
RawAttribute.create(String attributeType,
ArrayList<org.forgerock.opendj.ldap.ByteString> values)
Creates a new raw attribute with the provided type and values.
|
static RawAttribute |
RawAttribute.create(String attributeType,
String value)
Creates a new raw attribute with the provided type value.
|
abstract RawAttribute |
RawModification.getAttribute()
Retrieves the attribute for this modification.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
RawModification.setAttribute(RawAttribute attribute)
Specifies the attribute for this modification.
|
Modifier and Type | Method and Description |
---|---|
List<RawAttribute> |
PreOperationAddOperation.getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request.
|
List<RawAttribute> |
PostSynchronizationAddOperation.getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request.
|
List<RawAttribute> |
PostOperationAddOperation.getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request.
|
List<RawAttribute> |
PreParseAddOperation.getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request.
|
List<RawAttribute> |
PostResponseAddOperation.getRawAttributes()
Retrieves the set of attributes in their raw, unparsed form as read from the client request.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseAddOperation.addRawAttribute(RawAttribute rawAttribute)
Adds the provided attribute to the set of raw attributes for this add operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseAddOperation.setRawAttributes(List<RawAttribute> rawAttributes)
Replaces the set of raw attributes for this add operation.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.