Package | Description |
---|---|
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.types |
Contains implementations for a number of Directory Server data types.
|
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(ModificationType modificationType,
RawAttribute attribute)
Creates a new LDAP modification with the provided type and attribute.
|
Constructor and Description |
---|
AddRequestProtocolOp(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 |
---|---|
static RawAttribute |
RawAttribute.create(String attributeType,
ArrayList<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.
|
Copyright 2010-2018 ForgeRock AS.