Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.responses |
Classes and interfaces for core LDAP responses.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultEntry |
Converters.from(SearchResultEntry srvResultEntry)
Converts from OpenDJ server
SearchResultEntry to OpenDJ LDAP SDK
SearchResultEntry . |
Modifier and Type | Method and Description |
---|---|
static SearchResultEntry |
Converters.to(SearchResultEntry value)
Converts from OpenDJ LDAP SDK
SearchResultEntry to OpenDJ
server SearchResultEntry . |
Modifier and Type | Method and Description |
---|---|
void |
LDAPMessageHandler.searchResultEntry(int messageID,
SearchResultEntry entry)
Handles an LDAP search result entry message.
|
void |
AbstractLDAPMessageHandler.searchResultEntry(int messageID,
SearchResultEntry entry) |
void |
LDAPWriter.writeSearchResultEntry(int messageID,
SearchResultEntry entry)
Writes the provided search result entry.
|
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
Connection.readEntry(DN name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnectionWrapper.readEntry(DN name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnection.readEntry(DN baseObject,
String... attributeDescriptions) |
SearchResultEntry |
Connection.readEntry(String name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnectionWrapper.readEntry(String name,
String... attributeDescriptions)
Reads the named entry from the Directory Server.
|
SearchResultEntry |
AbstractConnection.readEntry(String baseObject,
String... attributeDescriptions) |
SearchResultEntry |
Connection.searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided
search request.
|
SearchResultEntry |
AbstractConnectionWrapper.searchSingleEntry(SearchRequest request)
Searches the Directory Server for a single entry using the provided
search request.
|
SearchResultEntry |
AbstractConnection.searchSingleEntry(SearchRequest request) |
SearchResultEntry |
Connection.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided
search parameters.
|
SearchResultEntry |
AbstractConnectionWrapper.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions)
Searches the Directory Server for a single entry using the provided
search parameters.
|
SearchResultEntry |
AbstractConnection.searchSingleEntry(String baseObject,
SearchScope scope,
String filter,
String... attributeDescriptions) |
Modifier and Type | Method and Description |
---|---|
LdapPromise<SearchResultEntry> |
Connection.readEntryAsync(DN name,
Collection<String> attributeDescriptions)
Asynchronously reads the named entry from the Directory Server.
|
LdapPromise<SearchResultEntry> |
AbstractConnectionWrapper.readEntryAsync(DN name,
Collection<String> attributeDescriptions)
Asynchronously reads the named entry from the Directory Server.
|
LdapPromise<SearchResultEntry> |
AbstractConnection.readEntryAsync(DN name,
Collection<String> attributeDescriptions) |
LdapPromise<SearchResultEntry> |
Connection.searchSingleEntryAsync(SearchRequest request)
Asynchronously searches the Directory Server for a single entry using the
provided search request.
|
LdapPromise<SearchResultEntry> |
AbstractConnectionWrapper.searchSingleEntryAsync(SearchRequest request)
Asynchronously searches the Directory Server for a single entry using the
provided search request.
|
LdapPromise<SearchResultEntry> |
AbstractConnection.searchSingleEntryAsync(SearchRequest request) |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchResultHandler.handleEntry(SearchResultEntry entry)
Invoked each time a search result entry is returned from an asynchronous
search operation.
|
Modifier and Type | Method and Description |
---|---|
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries) |
Result |
Connection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnectionWrapper.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references)
Searches the Directory Server using the provided search request.
|
Result |
AbstractConnection.search(SearchRequest request,
Collection<? super SearchResultEntry> entries,
Collection<? super SearchResultReference> references) |
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
SearchResultEntry.addAttribute(String attributeDescription,
Object... values) |
SearchResultEntry |
SearchResultEntry.addControl(Control control) |
SearchResultEntry |
SearchResultEntry.clearAttributes() |
static SearchResultEntry |
Responses.copyOfSearchResultEntry(SearchResultEntry entry)
Creates a new search result entry that is an exact copy of the provided
result.
|
static SearchResultEntry |
Responses.newSearchResultEntry(DN name)
Creates a new search result entry using the provided distinguished name.
|
static SearchResultEntry |
Responses.newSearchResultEntry(Entry entry)
Creates a new search result entry backed by the provided entry.
|
static SearchResultEntry |
Responses.newSearchResultEntry(String... ldifLines)
Creates a new search result entry using the provided lines of LDIF
decoded using the default schema.
|
static SearchResultEntry |
Responses.newSearchResultEntry(String name)
Creates a new search result entry using the provided distinguished name
decoded using the default schema.
|
SearchResultEntry |
SearchResultEntry.removeAttribute(String attributeDescription,
Object... values) |
SearchResultEntry |
SearchResultEntry.replaceAttribute(String attributeDescription,
Object... values) |
SearchResultEntry |
SearchResultEntry.setName(DN dn) |
SearchResultEntry |
SearchResultEntry.setName(String dn) |
static SearchResultEntry |
Responses.unmodifiableSearchResultEntry(SearchResultEntry entry)
Creates an unmodifiable search result entry using the provided response.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultEntry |
Responses.copyOfSearchResultEntry(SearchResultEntry entry)
Creates a new search result entry that is an exact copy of the provided
result.
|
static SearchResultEntry |
Responses.unmodifiableSearchResultEntry(SearchResultEntry entry)
Creates an unmodifiable search result entry using the provided response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SearchResultLdapPromiseImpl.handleEntry(SearchResultEntry entry) |
Modifier and Type | Method and Description |
---|---|
SearchResultEntry |
ConnectionEntryReader.readEntry()
Waits for the next search result entry or reference to become available
and, if it is an entry, returns it as a
SearchResultEntry . |
Copyright 2010-2017 ForgeRock AS.