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.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntryProtocolOp |
LDAPMessage.getSearchResultEntryProtocolOp()
Retrieves the protocol op for this LDAP message as a search result entry
protocol op.
|
static SearchResultEntryProtocolOp |
LDAPReader.readSearchEntry(org.forgerock.opendj.io.ASN1Reader reader)
Decodes the elements from the provided ASN.1 reader as an LDAP search
result entry protocol op.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPSearch.toLDIF(SearchResultEntryProtocolOp entry,
StringBuilder buffer,
int wrapColumn,
boolean typesOnly)
Appends an LDIF representation of the entry to the provided buffer.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.