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.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<LDAPAttribute> |
SearchResultEntryProtocolOp.getAttributes()
Retrieves the set of attributes for this search result entry.
|
Constructor and Description |
---|
SearchResultEntryProtocolOp(org.forgerock.opendj.ldap.Dn dn,
LinkedList<LDAPAttribute> attributes)
Creates a new LDAP search result entry protocol op with the specified DN and set of attributes.
|
Modifier and Type | Method and Description |
---|---|
static LDAPAttribute |
RawAttribute.decode(org.forgerock.opendj.io.Asn1Reader reader)
Decodes the elements from the provided ASN.1 reader as an LDAP attribute.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.