Uses of Class
org.forgerock.opendj.ldif.ConnectionEntryReader
Packages that use ConnectionEntryReader
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ConnectionEntryReader in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ConnectionEntryReaderModifier and TypeMethodDescriptionAbstractConnection.search
(String baseObject, SearchScope scope, String filter, String... attributeDescriptions) AbstractConnection.search
(SearchRequest request) AbstractConnectionWrapper.search
(String baseObject, SearchScope scope, String filter, String... attributeDescriptions) Searches the Directory Server using the provided search parameters.AbstractConnectionWrapper.search
(SearchRequest request) Searches the Directory Server using the provided search parameters.Connection.search
(String baseObject, SearchScope scope, String filter, String... attributeDescriptions) Searches the Directory Server using the provided search parameters.Connection.search
(SearchRequest request) Searches the Directory Server using the provided search parameters.