Searched defs:ldapSearchResult (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSearchResults.java112 * Constructs SearchResults from <code>ldapSearchResult</code>.
114 * @param ldapSearchResult <code>LDAPSearchResults</code> to construct from
119 protected SearchResults(Connection connection, ConnectionEntryReader ldapSearchResult, Connection conn, argument
126 m_ldapSearchResults = ldapSearchResult;
136 * Constructs Search Results from <code>ldapSearchResult</code>.
138 * @param ldapSearchResult <code>LDAPSearchResults</code> to construct
143 protected SearchResults(Connection connection, ConnectionEntryReader ldapSearchResult, Connection conn) { argument
144 this(connection, ldapSearchResult, conn, null);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSearchResults.java112 * Constructs SearchResults from <code>ldapSearchResult</code>.
114 * @param ldapSearchResult <code>LDAPSearchResults</code> to construct from
119 protected SearchResults(Connection connection, ConnectionEntryReader ldapSearchResult, Connection conn, argument
126 m_ldapSearchResults = ldapSearchResult;
136 * Constructs Search Results from <code>ldapSearchResult</code>.
138 * @param ldapSearchResult <code>LDAPSearchResults</code> to construct
143 protected SearchResults(Connection connection, ConnectionEntryReader ldapSearchResult, Connection conn) { argument
144 this(connection, ldapSearchResult, conn, null);

Completed in 49 milliseconds