Searched refs:ldapSearch (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1881 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1886 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1923 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1928 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1994 String userResults = ldapSearch(userParam.getLdapSearchArgs());
2023 String userResults = ldapSearch(userParam.getLdapSearchArgs());
2025 String adminResults = ldapSearch(adminParam.getLdapSearchArgs());
2052 String monitorResults = ldapSearch(monitorParam.getLdapSearchArgs());
2054 String baseResults = ldapSearch(baseParam.getLdapSearchArgs());
2057 monitorResults = ldapSearch(monitorPara
2362 private String ldapSearch(String[] args) throws Exception { method in class:AciTests
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1858 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1863 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1898 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1903 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1958 String userResults = ldapSearch(userParam.getLdapSearchArgs());
1983 String userResults = ldapSearch(userParam.getLdapSearchArgs());
1985 String adminResults = ldapSearch(adminParam.getLdapSearchArgs());
2010 String monitorResults = ldapSearch(monitorParam.getLdapSearchArgs());
2012 String baseResults = ldapSearch(baseParam.getLdapSearchArgs());
2015 monitorResults = ldapSearch(monitorPara
2299 private String ldapSearch(String[] args) throws Exception { method in class:AciTests
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1881 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1886 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1923 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1928 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1994 String userResults = ldapSearch(userParam.getLdapSearchArgs());
2023 String userResults = ldapSearch(userParam.getLdapSearchArgs());
2025 String adminResults = ldapSearch(adminParam.getLdapSearchArgs());
2052 String monitorResults = ldapSearch(monitorParam.getLdapSearchArgs());
2054 String baseResults = ldapSearch(baseParam.getLdapSearchArgs());
2057 monitorResults = ldapSearch(monitorPara
2362 private String ldapSearch(String[] args) throws Exception { method in class:AciTests
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1858 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1863 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1898 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1903 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1958 String userResults = ldapSearch(userParam.getLdapSearchArgs());
1983 String userResults = ldapSearch(userParam.getLdapSearchArgs());
1985 String adminResults = ldapSearch(adminParam.getLdapSearchArgs());
2010 String monitorResults = ldapSearch(monitorParam.getLdapSearchArgs());
2012 String baseResults = ldapSearch(baseParam.getLdapSearchArgs());
2015 monitorResults = ldapSearch(monitorPara
2299 private String ldapSearch(String[] args) throws Exception { method in class:AciTests
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1881 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1886 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1923 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1928 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1994 String userResults = ldapSearch(userParam.getLdapSearchArgs());
2023 String userResults = ldapSearch(userParam.getLdapSearchArgs());
2025 String adminResults = ldapSearch(adminParam.getLdapSearchArgs());
2052 String monitorResults = ldapSearch(monitorParam.getLdapSearchArgs());
2054 String baseResults = ldapSearch(baseParam.getLdapSearchArgs());
2057 monitorResults = ldapSearch(monitorPara
2362 private String ldapSearch(String[] args) throws Exception { method in class:AciTests
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java1840 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1845 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1880 String userNewResults = ldapSearch(userParamNew.getLdapSearchArgs());
1885 String userOrigResults = ldapSearch(userParamOrig.getLdapSearchArgs());
1940 String userResults = ldapSearch(userParam.getLdapSearchArgs());
1965 String userResults = ldapSearch(userParam.getLdapSearchArgs());
1967 String adminResults = ldapSearch(adminParam.getLdapSearchArgs());
1992 String monitorResults = ldapSearch(monitorParam.getLdapSearchArgs());
1994 String baseResults = ldapSearch(baseParam.getLdapSearchArgs());
1997 monitorResults = ldapSearch(monitorPara
2281 private String ldapSearch(String[] args) throws Exception { method in class:AciTests
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPSearch.java1733 LDAPSearch ldapSearch = null;
1802 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1803 matchingEntries += ldapSearch.executeSearch(connection, baseDNValue,
1809 ldapSearch.getResponseControls();
1846 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1847 matchingEntries = ldapSearch.executeSearch(connection, baseDNValue,
1905 if (ldapSearch == null)
1911 connection.close(ldapSearch.nextMessageID);
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPSearch.java1714 LDAPSearch ldapSearch = null;
1783 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1784 matchingEntries += ldapSearch.executeSearch(connection, baseDNValue,
1790 ldapSearch.getResponseControls();
1827 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1828 matchingEntries = ldapSearch.executeSearch(connection, baseDNValue,
1886 if (ldapSearch == null)
1892 connection.close(ldapSearch.nextMessageID);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPSearch.java1733 LDAPSearch ldapSearch = null;
1802 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1803 matchingEntries += ldapSearch.executeSearch(connection, baseDNValue,
1809 ldapSearch.getResponseControls();
1846 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1847 matchingEntries = ldapSearch.executeSearch(connection, baseDNValue,
1905 if (ldapSearch == null)
1911 connection.close(ldapSearch.nextMessageID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPSearch.java1734 LDAPSearch ldapSearch = null;
1803 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1804 matchingEntries += ldapSearch.executeSearch(connection, baseDNValue,
1810 ldapSearch.getResponseControls();
1847 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1848 matchingEntries = ldapSearch.executeSearch(connection, baseDNValue,
1906 if (ldapSearch == null)
1912 connection.close(ldapSearch.nextMessageID);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPSearch.java1714 LDAPSearch ldapSearch = null;
1783 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1784 matchingEntries += ldapSearch.executeSearch(connection, baseDNValue,
1790 ldapSearch.getResponseControls();
1827 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1828 matchingEntries = ldapSearch.executeSearch(connection, baseDNValue,
1886 if (ldapSearch == null)
1892 connection.close(ldapSearch.nextMessageID);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPSearch.java1588 LDAPSearch ldapSearch = null;
1656 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1657 matchingEntries += ldapSearch.executeSearch(connection, baseDNValue,
1663 ldapSearch.getResponseControls();
1700 ldapSearch = new LDAPSearch(nextMessageID, out, err);
1701 matchingEntries = ldapSearch.executeSearch(connection, baseDNValue,
1749 if (ldapSearch == null)
1755 connection.close(ldapSearch.nextMessageID);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DOpenDJAccessEventBuilder.java195 public T ldapSearch(SearchOperation searchOperation) method in class:OpenDJAccessAuditEventBuilder
H A DCommonAuditAccessLogPublisher.java362 .ldapSearch(searchOperation)

Completed in 97 milliseconds