Searched defs:entryDN (Results 26 - 50 of 431) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLockManager.java176 * @param entryDN The DN of the entry for which to obtain the read
182 private static Lock tryLockRead(DN entryDN) argument
190 lockTable.putIfAbsent(entryDN, entryLock);
214 lockTable.putIfAbsent(entryDN, entryLock);
268 * @param entryDN The DN of the entry for which to obtain the read
274 public static Lock lockRead(DN entryDN) argument
276 return lockRead(entryDN, DEFAULT_TIMEOUT);
288 * @param entryDN The DN of the entry for which to obtain the read
297 private static Lock lockRead(DN entryDN, long timeout) argument
300 Lock readLock = tryLockRead(entryDN);
396 tryLockWrite(DN entryDN) argument
487 lockWrite(DN entryDN) argument
508 lockWrite(DN entryDN, long timeout) argument
602 unlock(DN entryDN, Lock lock) argument
653 destroyLock(DN entryDN) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java89 protected DN entryDN; field in class:LocalBackendDeleteOperation
158 entryDN = getEntryDN();
159 if (entryDN == null){
164 final Lock entryLock = LockManager.lockWrite(entryDN);
169 String.valueOf(entryDN)));
178 entry = backend.getEntry(entryDN);
183 String.valueOf(entryDN)));
187 DN parentDN = entryDN.getParentDNInSuffix();
259 .get(String.valueOf(entryDN)));
297 String.valueOf(entryDN)));
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java54 private ByteString entryDN; field in class:ModifyDNRequestProtocolOp
70 * @param entryDN The current entry DN for this modify DN request.
74 public ModifyDNRequestProtocolOp(ByteString entryDN, argument
77 this.entryDN = entryDN;
88 * @param entryDN The current entry DN for this modify DN request.
93 public ModifyDNRequestProtocolOp(ByteString entryDN, argument
97 this.entryDN = entryDN;
112 return entryDN;
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetTestCase.java396 public void matchingPatterns(String pattern, String entryDN) argument
400 boolean match = patternDN.matchesDN(DN.decode(entryDN));
401 assertTrue(match, pattern + " did not match " + entryDN);
406 public void nonMatchingPatterns(String pattern, String entryDN) argument
410 boolean match = patternDN.matchesDN(DN.decode(entryDN));
411 assertTrue(!match, pattern + " should not have matched " + entryDN);
426 public void applicableTargets(String aciDN, String aciString, String entryDN) argument
432 DN.decode(entryDN));
434 " did not apply to " + entryDN);
440 String entryDN)
439 nonApplicableTargets(String aciDN, String aciString, String entryDN) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPasswordPolicyControlTestCase.java702 * <userDN> <entryDN> <changeAfterReset>
730 * @param entryDN
738 public void testModifyMustChange(String userDN, String entryDN, boolean changeAfterReset) argument
796 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
877 String entryDN = "uid=test.user,o=test";
947 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java208 * @param entryDN The DN of the entry to retrieve and verify.
214 public void testGetEntry(DN entryDN, boolean hasSubs) argument
217 Entry e = DirectoryServer.getEntry(entryDN);
241 * @param entryDN The DN of the entry to retrieve and verify.
246 public void testSearchEmptyAttrs(DN entryDN, boolean hasSubs) argument
249 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
258 * @param entryDN The DN of the entry to retrieve and verify.
263 public void testSearchNoAttrs(DN entryDN, boolean hasSubs) argument
266 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
276 * @param entryDN Th
281 testSearchAllUserAttrs(DN entryDN, boolean hasSubs) argument
299 testSearchAllOperationalAttrs(DN entryDN, boolean hasSubs) argument
317 testSearchhasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
335 testSearchExcludehasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
354 testSearchhasSubordinatesAttrInMatchingFilter(DN entryDN, boolean hasSubs) argument
387 testSearchhasSubordinatesAttrInNonMatchingFilter(DN entryDN, boolean hasSubs) argument
416 testSearchhasSubordinatesAttrRealAttrsOnly(DN entryDN, boolean hasSubs) argument
456 testSearchhasSubordinatesAttrVirtualAttrsOnly(DN entryDN, boolean hasSubs) argument
[all...]
H A DNumSubordinatesVirtualAttributeProviderTestCase.java209 * @param entryDN The DN of the entry to retrieve and verify.
215 public void testGetEntry(DN entryDN, int count) argument
218 Entry e = DirectoryServer.getEntry(entryDN);
242 * @param entryDN The DN of the entry to retrieve and verify.
247 public void testSearchEmptyAttrs(DN entryDN, int count) argument
250 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, numSubordinatesType);
259 * @param entryDN The DN of the entry to retrieve and verify.
264 public void testSearchNoAttrs(DN entryDN, int count) argument
267 ExtensionTestUtils.testSearchNoAttrs(entryDN, numSubordinatesType);
277 * @param entryDN Th
282 testSearchAllUserAttrs(DN entryDN, int count) argument
300 testSearchAllOperationalAttrs(DN entryDN, int count) argument
318 testSearchnumSubordinatesAttr(DN entryDN, int count) argument
336 testSearchExcludenumSubordinatesAttr(DN entryDN, int count) argument
355 testSearchnumSubordinatesAttrInMatchingFilter(DN entryDN, int count) argument
389 testSearchnumSubordinatesAttrInNonMatchingFilter(DN entryDN, int count) argument
418 testSearchnumSubordinatesAttrRealAttrsOnly(DN entryDN, int count) argument
458 testSearchnumSubordinatesAttrVirtualAttrsOnly(DN entryDN, int count) argument
496 testSearchnumSubordinatesAttrInGTEFilter(DN entryDN, int count) argument
528 testSearchnumSubordinatesAttrInLTEFilter(DN entryDN, int count) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java207 * @param entryDN The DN of the entry to retrieve and verify.
213 public void testGetEntry(DN entryDN, boolean hasSubs) argument
216 Entry e = DirectoryServer.getEntry(entryDN);
240 * @param entryDN The DN of the entry to retrieve and verify.
245 public void testSearchEmptyAttrs(DN entryDN, boolean hasSubs) argument
248 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
257 * @param entryDN The DN of the entry to retrieve and verify.
262 public void testSearchNoAttrs(DN entryDN, boolean hasSubs) argument
265 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
275 * @param entryDN Th
280 testSearchAllUserAttrs(DN entryDN, boolean hasSubs) argument
298 testSearchAllOperationalAttrs(DN entryDN, boolean hasSubs) argument
316 testSearchhasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
334 testSearchExcludehasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
353 testSearchhasSubordinatesAttrInMatchingFilter(DN entryDN, boolean hasSubs) argument
386 testSearchhasSubordinatesAttrInNonMatchingFilter(DN entryDN, boolean hasSubs) argument
415 testSearchhasSubordinatesAttrRealAttrsOnly(DN entryDN, boolean hasSubs) argument
455 testSearchhasSubordinatesAttrVirtualAttrsOnly(DN entryDN, boolean hasSubs) argument
[all...]
H A DNumSubordinatesVirtualAttributeProviderTestCase.java210 * @param entryDN The DN of the entry to retrieve and verify.
216 public void testGetEntry(DN entryDN, int count) argument
219 Entry e = DirectoryServer.getEntry(entryDN);
243 * @param entryDN The DN of the entry to retrieve and verify.
248 public void testSearchEmptyAttrs(DN entryDN, int count) argument
251 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, numSubordinatesType);
260 * @param entryDN The DN of the entry to retrieve and verify.
265 public void testSearchNoAttrs(DN entryDN, int count) argument
268 ExtensionTestUtils.testSearchNoAttrs(entryDN, numSubordinatesType);
278 * @param entryDN Th
283 testSearchAllUserAttrs(DN entryDN, int count) argument
301 testSearchAllOperationalAttrs(DN entryDN, int count) argument
319 testSearchnumSubordinatesAttr(DN entryDN, int count) argument
337 testSearchExcludenumSubordinatesAttr(DN entryDN, int count) argument
356 testSearchnumSubordinatesAttrInMatchingFilter(DN entryDN, int count) argument
390 testSearchnumSubordinatesAttrInNonMatchingFilter(DN entryDN, int count) argument
419 testSearchnumSubordinatesAttrRealAttrsOnly(DN entryDN, int count) argument
459 testSearchnumSubordinatesAttrVirtualAttrsOnly(DN entryDN, int count) argument
497 testSearchnumSubordinatesAttrInGTEFilter(DN entryDN, int count) argument
529 testSearchnumSubordinatesAttrInLTEFilter(DN entryDN, int count) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLockManager.java175 * @param entryDN The DN of the entry for which to obtain the read
181 private static Lock tryLockRead(DN entryDN) argument
189 lockTable.putIfAbsent(entryDN, entryLock);
213 lockTable.putIfAbsent(entryDN, entryLock);
267 * @param entryDN The DN of the entry for which to obtain the read
273 public static Lock lockRead(DN entryDN) argument
275 return lockRead(entryDN, DEFAULT_TIMEOUT);
287 * @param entryDN The DN of the entry for which to obtain the read
296 private static Lock lockRead(DN entryDN, long timeout) argument
299 Lock readLock = tryLockRead(entryDN);
395 tryLockWrite(DN entryDN) argument
486 lockWrite(DN entryDN) argument
507 lockWrite(DN entryDN, long timeout) argument
601 unlock(DN entryDN, Lock lock) argument
652 destroyLock(DN entryDN) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java81 private DN entryDN; field in class:LocalBackendCompareOperation
169 entryDN = getEntryDN();
170 if (entryDN == null)
178 if (DirectoryServer.getConfigHandler().handlesEntry(entryDN)
191 final Lock readLock = LockManager.lockRead(entryDN);
199 String.valueOf(entryDN)));
206 entry = DirectoryServer.getEntry(entryDN);
211 .valueOf(entryDN)));
214 setMatchedDN(findMatchedDN(entryDN));
225 setResultCodeAndMessageNoInfoDisclosure(entry, entryDN,
354 setResultCodeAndMessageNoInfoDisclosure(Entry entry, DN entryDN, ResultCode realResultCode, Message realMessage) argument
362 findMatchedDN(DN entryDN) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetTestCase.java395 public void matchingPatterns(String pattern, String entryDN) argument
399 boolean match = patternDN.matchesDN(DN.decode(entryDN));
400 assertTrue(match, pattern + " did not match " + entryDN);
405 public void nonMatchingPatterns(String pattern, String entryDN) argument
409 boolean match = patternDN.matchesDN(DN.decode(entryDN));
410 assertTrue(!match, pattern + " should not have matched " + entryDN);
425 public void applicableTargets(String aciDN, String aciString, String entryDN) argument
431 DN.decode(entryDN));
433 " did not apply to " + entryDN);
439 String entryDN)
438 nonApplicableTargets(String aciDN, String aciString, String entryDN) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPasswordPolicyControlTestCase.java701 * <userDN> <entryDN> <changeAfterReset>
729 * @param entryDN
737 public void testModifyMustChange(String userDN, String entryDN, boolean changeAfterReset) argument
795 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
876 String entryDN = "uid=test.user,o=test";
946 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DModifyDNRequestProtocolOp.java55 private ByteString entryDN; field in class:ModifyDNRequestProtocolOp
71 * @param entryDN The current entry DN for this modify DN request.
75 public ModifyDNRequestProtocolOp(ByteString entryDN, argument
78 this.entryDN = entryDN;
89 * @param entryDN The current entry DN for this modify DN request.
94 public ModifyDNRequestProtocolOp(ByteString entryDN, argument
98 this.entryDN = entryDN;
113 return entryDN;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLockManager.java176 * @param entryDN The DN of the entry for which to obtain the read
182 private static Lock tryLockRead(DN entryDN) argument
190 lockTable.putIfAbsent(entryDN, entryLock);
214 lockTable.putIfAbsent(entryDN, entryLock);
268 * @param entryDN The DN of the entry for which to obtain the read
274 public static Lock lockRead(DN entryDN) argument
276 return lockRead(entryDN, DEFAULT_TIMEOUT);
288 * @param entryDN The DN of the entry for which to obtain the read
297 private static Lock lockRead(DN entryDN, long timeout) argument
300 Lock readLock = tryLockRead(entryDN);
396 tryLockWrite(DN entryDN) argument
487 lockWrite(DN entryDN) argument
508 lockWrite(DN entryDN, long timeout) argument
602 unlock(DN entryDN, Lock lock) argument
653 destroyLock(DN entryDN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendDeleteOperation.java89 protected DN entryDN; field in class:LocalBackendDeleteOperation
158 entryDN = getEntryDN();
159 if (entryDN == null){
164 final Lock entryLock = LockManager.lockWrite(entryDN);
169 String.valueOf(entryDN)));
178 entry = backend.getEntry(entryDN);
183 String.valueOf(entryDN)));
187 DN parentDN = entryDN.getParentDNInSuffix();
259 .get(String.valueOf(entryDN)));
297 String.valueOf(entryDN)));
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetTestCase.java396 public void matchingPatterns(String pattern, String entryDN) argument
400 boolean match = patternDN.matchesDN(DN.decode(entryDN));
401 assertTrue(match, pattern + " did not match " + entryDN);
406 public void nonMatchingPatterns(String pattern, String entryDN) argument
410 boolean match = patternDN.matchesDN(DN.decode(entryDN));
411 assertTrue(!match, pattern + " should not have matched " + entryDN);
426 public void applicableTargets(String aciDN, String aciString, String entryDN) argument
432 DN.decode(entryDN));
434 " did not apply to " + entryDN);
440 String entryDN)
439 nonApplicableTargets(String aciDN, String aciString, String entryDN) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPasswordPolicyControlTestCase.java702 * <userDN> <entryDN> <changeAfterReset>
730 * @param entryDN
738 public void testModifyMustChange(String userDN, String entryDN, boolean changeAfterReset) argument
796 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
877 String entryDN = "uid=test.user,o=test";
947 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java208 * @param entryDN The DN of the entry to retrieve and verify.
214 public void testGetEntry(DN entryDN, boolean hasSubs) argument
217 Entry e = DirectoryServer.getEntry(entryDN);
241 * @param entryDN The DN of the entry to retrieve and verify.
246 public void testSearchEmptyAttrs(DN entryDN, boolean hasSubs) argument
249 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
258 * @param entryDN The DN of the entry to retrieve and verify.
263 public void testSearchNoAttrs(DN entryDN, boolean hasSubs) argument
266 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
276 * @param entryDN Th
281 testSearchAllUserAttrs(DN entryDN, boolean hasSubs) argument
299 testSearchAllOperationalAttrs(DN entryDN, boolean hasSubs) argument
317 testSearchhasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
335 testSearchExcludehasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
354 testSearchhasSubordinatesAttrInMatchingFilter(DN entryDN, boolean hasSubs) argument
387 testSearchhasSubordinatesAttrInNonMatchingFilter(DN entryDN, boolean hasSubs) argument
416 testSearchhasSubordinatesAttrRealAttrsOnly(DN entryDN, boolean hasSubs) argument
456 testSearchhasSubordinatesAttrVirtualAttrsOnly(DN entryDN, boolean hasSubs) argument
[all...]
H A DNumSubordinatesVirtualAttributeProviderTestCase.java209 * @param entryDN The DN of the entry to retrieve and verify.
215 public void testGetEntry(DN entryDN, int count) argument
218 Entry e = DirectoryServer.getEntry(entryDN);
242 * @param entryDN The DN of the entry to retrieve and verify.
247 public void testSearchEmptyAttrs(DN entryDN, int count) argument
250 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, numSubordinatesType);
259 * @param entryDN The DN of the entry to retrieve and verify.
264 public void testSearchNoAttrs(DN entryDN, int count) argument
267 ExtensionTestUtils.testSearchNoAttrs(entryDN, numSubordinatesType);
277 * @param entryDN Th
282 testSearchAllUserAttrs(DN entryDN, int count) argument
300 testSearchAllOperationalAttrs(DN entryDN, int count) argument
318 testSearchnumSubordinatesAttr(DN entryDN, int count) argument
336 testSearchExcludenumSubordinatesAttr(DN entryDN, int count) argument
355 testSearchnumSubordinatesAttrInMatchingFilter(DN entryDN, int count) argument
389 testSearchnumSubordinatesAttrInNonMatchingFilter(DN entryDN, int count) argument
418 testSearchnumSubordinatesAttrRealAttrsOnly(DN entryDN, int count) argument
458 testSearchnumSubordinatesAttrVirtualAttrsOnly(DN entryDN, int count) argument
496 testSearchnumSubordinatesAttrInGTEFilter(DN entryDN, int count) argument
528 testSearchnumSubordinatesAttrInLTEFilter(DN entryDN, int count) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetTestCase.java395 public void matchingPatterns(String pattern, String entryDN) argument
399 boolean match = patternDN.matchesDN(DN.decode(entryDN));
400 assertTrue(match, pattern + " did not match " + entryDN);
405 public void nonMatchingPatterns(String pattern, String entryDN) argument
409 boolean match = patternDN.matchesDN(DN.decode(entryDN));
410 assertTrue(!match, pattern + " should not have matched " + entryDN);
425 public void applicableTargets(String aciDN, String aciString, String entryDN) argument
431 DN.decode(entryDN));
433 " did not apply to " + entryDN);
439 String entryDN)
438 nonApplicableTargets(String aciDN, String aciString, String entryDN) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPasswordPolicyControlTestCase.java701 * <userDN> <entryDN> <changeAfterReset>
729 * @param entryDN
737 public void testModifyMustChange(String userDN, String entryDN, boolean changeAfterReset) argument
795 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
876 String entryDN = "uid=test.user,o=test";
946 new ModifyRequestProtocolOp(ByteString.valueOf(entryDN), mods);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java207 * @param entryDN The DN of the entry to retrieve and verify.
213 public void testGetEntry(DN entryDN, boolean hasSubs) argument
216 Entry e = DirectoryServer.getEntry(entryDN);
240 * @param entryDN The DN of the entry to retrieve and verify.
245 public void testSearchEmptyAttrs(DN entryDN, boolean hasSubs) argument
248 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
257 * @param entryDN The DN of the entry to retrieve and verify.
262 public void testSearchNoAttrs(DN entryDN, boolean hasSubs) argument
265 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
275 * @param entryDN Th
280 testSearchAllUserAttrs(DN entryDN, boolean hasSubs) argument
298 testSearchAllOperationalAttrs(DN entryDN, boolean hasSubs) argument
316 testSearchhasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
334 testSearchExcludehasSubordinatesAttr(DN entryDN, boolean hasSubs) argument
353 testSearchhasSubordinatesAttrInMatchingFilter(DN entryDN, boolean hasSubs) argument
386 testSearchhasSubordinatesAttrInNonMatchingFilter(DN entryDN, boolean hasSubs) argument
415 testSearchhasSubordinatesAttrRealAttrsOnly(DN entryDN, boolean hasSubs) argument
455 testSearchhasSubordinatesAttrVirtualAttrsOnly(DN entryDN, boolean hasSubs) argument
[all...]
H A DNumSubordinatesVirtualAttributeProviderTestCase.java210 * @param entryDN The DN of the entry to retrieve and verify.
216 public void testGetEntry(DN entryDN, int count) argument
219 Entry e = DirectoryServer.getEntry(entryDN);
243 * @param entryDN The DN of the entry to retrieve and verify.
248 public void testSearchEmptyAttrs(DN entryDN, int count) argument
251 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, numSubordinatesType);
260 * @param entryDN The DN of the entry to retrieve and verify.
265 public void testSearchNoAttrs(DN entryDN, int count) argument
268 ExtensionTestUtils.testSearchNoAttrs(entryDN, numSubordinatesType);
278 * @param entryDN Th
283 testSearchAllUserAttrs(DN entryDN, int count) argument
301 testSearchAllOperationalAttrs(DN entryDN, int count) argument
319 testSearchnumSubordinatesAttr(DN entryDN, int count) argument
337 testSearchExcludenumSubordinatesAttr(DN entryDN, int count) argument
356 testSearchnumSubordinatesAttrInMatchingFilter(DN entryDN, int count) argument
390 testSearchnumSubordinatesAttrInNonMatchingFilter(DN entryDN, int count) argument
419 testSearchnumSubordinatesAttrRealAttrsOnly(DN entryDN, int count) argument
459 testSearchnumSubordinatesAttrVirtualAttrsOnly(DN entryDN, int count) argument
497 testSearchnumSubordinatesAttrInGTEFilter(DN entryDN, int count) argument
529 testSearchnumSubordinatesAttrInLTEFilter(DN entryDN, int count) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetTestCase.java396 public void matchingPatterns(String pattern, String entryDN) argument
400 boolean match = patternDN.matchesDN(DN.decode(entryDN));
401 assertTrue(match, pattern + " did not match " + entryDN);
406 public void nonMatchingPatterns(String pattern, String entryDN) argument
410 boolean match = patternDN.matchesDN(DN.decode(entryDN));
411 assertTrue(!match, pattern + " should not have matched " + entryDN);
426 public void applicableTargets(String aciDN, String aciString, String entryDN) argument
432 DN.decode(entryDN));
434 " did not apply to " + entryDN);
440 String entryDN)
439 nonApplicableTargets(String aciDN, String aciString, String entryDN) argument
[all...]

Completed in 177 milliseconds

1234567891011>>