Searched refs:processCompare (Results 1 - 25 of 43) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java1136 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1140 return processCompare(ByteString.valueOfUtf8(rawEntryDN), attributeType,
1162 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1167 return processCompare(ByteString.valueOfUtf8(rawEntryDN), attributeType,
1187 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1191 return processCompare(rawEntryDN, attributeType, assertionValue,
1213 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1244 public CompareOperation processCompare(DN entryDN, method in class:InternalClientConnection
1248 return processCompare(entryDN, attributeType, assertionValue,
1270 public CompareOperation processCompare(D method in class:InternalClientConnection
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java122 processCompare(executePostOpPlugins);
139 private void processCompare(AtomicBoolean executePostOpPlugins) method in class:LocalBackendCompareOperation
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java1200 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1204 return processCompare(ByteString.valueOf(rawEntryDN),
1227 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1232 return processCompare(ByteString.valueOf(rawEntryDN),
1254 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1258 return processCompare(rawEntryDN, attributeType, assertionValue,
1280 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1311 public CompareOperation processCompare(DN entryDN, method in class:InternalClientConnection
1315 return processCompare(entryDN, attributeType, assertionValue,
1337 public CompareOperation processCompare(D method in class:InternalClientConnection
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java1188 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1192 return processCompare(ByteString.valueOf(rawEntryDN),
1215 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1220 return processCompare(ByteString.valueOf(rawEntryDN),
1242 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1246 return processCompare(rawEntryDN, attributeType, assertionValue,
1268 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1299 public CompareOperation processCompare(DN entryDN, method in class:InternalClientConnection
1303 return processCompare(entryDN, attributeType, assertionValue,
1325 public CompareOperation processCompare(D method in class:InternalClientConnection
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java1200 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1204 return processCompare(ByteString.valueOf(rawEntryDN),
1227 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1232 return processCompare(ByteString.valueOf(rawEntryDN),
1254 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1258 return processCompare(rawEntryDN, attributeType, assertionValue,
1280 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1311 public CompareOperation processCompare(DN entryDN, method in class:InternalClientConnection
1315 return processCompare(entryDN, attributeType, assertionValue,
1337 public CompareOperation processCompare(D method in class:InternalClientConnection
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java1200 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1204 return processCompare(ByteString.valueOf(rawEntryDN),
1227 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1232 return processCompare(ByteString.valueOf(rawEntryDN),
1254 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1258 return processCompare(rawEntryDN, attributeType, assertionValue,
1280 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1311 public CompareOperation processCompare(DN entryDN, method in class:InternalClientConnection
1315 return processCompare(entryDN, attributeType, assertionValue,
1337 public CompareOperation processCompare(D method in class:InternalClientConnection
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java1188 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1192 return processCompare(ByteString.valueOf(rawEntryDN),
1215 public CompareOperation processCompare(String rawEntryDN, method in class:InternalClientConnection
1220 return processCompare(ByteString.valueOf(rawEntryDN),
1242 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1246 return processCompare(rawEntryDN, attributeType, assertionValue,
1268 public CompareOperation processCompare(ByteString rawEntryDN, method in class:InternalClientConnection
1299 public CompareOperation processCompare(DN entryDN, method in class:InternalClientConnection
1303 return processCompare(entryDN, attributeType, assertionValue,
1325 public CompareOperation processCompare(D method in class:InternalClientConnection
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java138 processCompare(executePostOpPlugins);
164 private void processCompare(BooleanHolder executePostOpPlugins) method in class:LocalBackendCompareOperation
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java138 processCompare(executePostOpPlugins);
164 private void processCompare(BooleanHolder executePostOpPlugins) method in class:LocalBackendCompareOperation
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java438 * Tests the first <CODE>processCompare</CODE> method, which takes raw
463 conn.processCompare(ByteString.valueOf("cn=test,o=test"), "cn",
471 * Tests the second <CODE>processCompare</CODE> method, which takes processed
496 conn.processCompare(DN.decode("cn=test,o=test"),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java437 * Tests the first <CODE>processCompare</CODE> method, which takes raw
462 conn.processCompare(ByteString.valueOf("cn=test,o=test"), "cn",
470 * Tests the second <CODE>processCompare</CODE> method, which takes processed
495 conn.processCompare(DN.decode("cn=test,o=test"),
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java438 * Tests the first <CODE>processCompare</CODE> method, which takes raw
463 conn.processCompare(ByteString.valueOf("cn=test,o=test"), "cn",
471 * Tests the second <CODE>processCompare</CODE> method, which takes processed
496 conn.processCompare(DN.decode("cn=test,o=test"),
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java437 * Tests the first <CODE>processCompare</CODE> method, which takes raw
462 conn.processCompare(ByteString.valueOf("cn=test,o=test"), "cn",
470 * Tests the second <CODE>processCompare</CODE> method, which takes processed
495 conn.processCompare(DN.decode("cn=test,o=test"),
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java438 * Tests the first <CODE>processCompare</CODE> method, which takes raw
463 conn.processCompare(ByteString.valueOf("cn=test,o=test"), "cn",
471 * Tests the second <CODE>processCompare</CODE> method, which takes processed
496 conn.processCompare(DN.decode("cn=test,o=test"),
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java426 * Tests the first <CODE>processCompare</CODE> method, which takes raw
444 conn.processCompare(ByteString.valueOfUtf8("cn=test,o=test"), "cn",
452 * Tests the second <CODE>processCompare</CODE> method, which takes processed
469 conn.processCompare(DN.valueOf("cn=test,o=test"),
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java530 public CompareOperation processCompare(ByteString rawEntryDN, method in class:JmxClientConnection
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java525 public CompareOperation processCompare(ByteString rawEntryDN, method in class:JmxClientConnection
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java526 public CompareOperation processCompare(ByteString rawEntryDN, method in class:JmxClientConnection
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java530 public CompareOperation processCompare(ByteString rawEntryDN, method in class:JmxClientConnection
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java525 public CompareOperation processCompare(ByteString rawEntryDN, method in class:JmxClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/forgerock/opendj/adapter/server3x/
H A DAdapters.java310 icc.processCompare(valueOfObject(request.getName()),
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java360 conn.processCompare("uid=user.1,ou=People,o=ldif", "uid", "user.1");
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java622 op = (PreParseCompareOperation) conn.processCompare(
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java621 op = (PreParseCompareOperation) conn.processCompare(
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java359 conn.processCompare("uid=user.1,ou=People,o=ldif", "uid", "user.1");

Completed in 74 milliseconds

12