Uses of Class
org.forgerock.opendj.ldif.ConnectionEntryReader
-
Packages that use ConnectionEntryReader Package Description org.forgerock.opendj.ldap 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 ConnectionEntryReader Modifier and Type Method Description ConnectionEntryReader
AbstractConnection. search(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)
ConnectionEntryReader
AbstractConnection. search(SearchRequest request)
ConnectionEntryReader
AbstractConnectionWrapper. search(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)
Searches the Directory Server using the provided search parameters.ConnectionEntryReader
AbstractConnectionWrapper. search(SearchRequest request)
Searches the Directory Server using the provided search parameters.ConnectionEntryReader
Connection. search(String baseObject, SearchScope scope, String filter, String... attributeDescriptions)
Searches the Directory Server using the provided search parameters.ConnectionEntryReader
Connection. search(SearchRequest request)
Searches the Directory Server using the provided search parameters.
-