Searched defs:entryDN (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSubtreeSpecificationTestCase.java51 * @param entryDN
57 protected final Entry createEntry(DN entryDN, argument
67 return new Entry(entryDN, map, null, null);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSubtreeSpecificationTestCase.java50 * @param entryDN
56 protected final Entry createEntry(DN entryDN, argument
66 return new Entry(entryDN, map, null, null);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSubtreeSpecificationTestCase.java51 * @param entryDN
57 protected final Entry createEntry(DN entryDN, argument
67 return new Entry(entryDN, map, null, null);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSubtreeSpecificationTestCase.java50 * @param entryDN
56 protected final Entry createEntry(DN entryDN, argument
66 return new Entry(entryDN, map, null, null);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSubtreeSpecificationTestCase.java51 * @param entryDN
57 protected final Entry createEntry(DN entryDN, argument
67 return new Entry(entryDN, map, null, null);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DSubtreeSpecificationTestCase.java50 * @param entryDN
56 protected final Entry createEntry(DN entryDN, argument
66 return new Entry(entryDN, map, null, null);
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java81 protected DN entryDN; field in class:LocalBackendCompareOperation
153 entryDN = getEntryDN();
154 if (entryDN == null)
162 if (DirectoryServer.getConfigHandler().handlesEntry(entryDN) &&
176 final Lock readLock = LockManager.lockRead(entryDN);
181 String.valueOf(entryDN)));
190 entry = DirectoryServer.getEntry(entryDN);
196 ERR_COMPARE_NO_SUCH_ENTRY.get(String.valueOf(entryDN)));
199 DN parentDN = entryDN.getParentDNInSuffix();
271 .get(String.valueOf(entryDN)));
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DConfigHandler.java101 * @param entryDN The distinguished name of the configuration
109 public abstract ConfigEntry getConfigEntry(DN entryDN) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DConfigHandler.java102 * @param entryDN The distinguished name of the configuration
110 public abstract ConfigEntry getConfigEntry(DN entryDN) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java50 public static void testSearchEmptyAttrs(DN entryDN, argument
59 conn.processSearch(entryDN, SearchScope.BASE_OBJECT, filter);
67 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
78 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
88 public static void testSearchAllUserAttrs(DN entryDN, argument
99 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
109 public static void testSearchAllOperationalAttrs(DN entryDN, argument
120 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
130 public static void testSearchAttr(DN entryDN, String attrName, argument
141 conn.processSearch(entryDN, SearchScop
151 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java49 public static void testSearchEmptyAttrs(DN entryDN, argument
58 conn.processSearch(entryDN, SearchScope.BASE_OBJECT, filter);
66 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
77 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
87 public static void testSearchAllUserAttrs(DN entryDN, argument
98 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
108 public static void testSearchAllOperationalAttrs(DN entryDN, argument
119 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
129 public static void testSearchAttr(DN entryDN, String attrName, argument
140 conn.processSearch(entryDN, SearchScop
150 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DConfigHandler.java102 * @param entryDN The distinguished name of the configuration
110 public abstract ConfigEntry getConfigEntry(DN entryDN) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java81 protected DN entryDN; field in class:LocalBackendCompareOperation
153 entryDN = getEntryDN();
154 if (entryDN == null)
162 if (DirectoryServer.getConfigHandler().handlesEntry(entryDN) &&
176 final Lock readLock = LockManager.lockRead(entryDN);
181 String.valueOf(entryDN)));
190 entry = DirectoryServer.getEntry(entryDN);
196 ERR_COMPARE_NO_SUCH_ENTRY.get(String.valueOf(entryDN)));
199 DN parentDN = entryDN.getParentDNInSuffix();
271 .get(String.valueOf(entryDN)));
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java50 public static void testSearchEmptyAttrs(DN entryDN, argument
59 conn.processSearch(entryDN, SearchScope.BASE_OBJECT, filter);
67 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
78 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
88 public static void testSearchAllUserAttrs(DN entryDN, argument
99 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
109 public static void testSearchAllOperationalAttrs(DN entryDN, argument
120 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
130 public static void testSearchAttr(DN entryDN, String attrName, argument
141 conn.processSearch(entryDN, SearchScop
151 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java49 public static void testSearchEmptyAttrs(DN entryDN, argument
58 conn.processSearch(entryDN, SearchScope.BASE_OBJECT, filter);
66 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
77 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
87 public static void testSearchAllUserAttrs(DN entryDN, argument
98 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
108 public static void testSearchAllOperationalAttrs(DN entryDN, argument
119 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
129 public static void testSearchAttr(DN entryDN, String attrName, argument
140 conn.processSearch(entryDN, SearchScop
150 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DExtensionTestUtils.java50 public static void testSearchEmptyAttrs(DN entryDN, argument
59 conn.processSearch(entryDN, SearchScope.BASE_OBJECT, filter);
67 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
78 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
88 public static void testSearchAllUserAttrs(DN entryDN, argument
99 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
109 public static void testSearchAllOperationalAttrs(DN entryDN, argument
120 conn.processSearch(entryDN, SearchScope.BASE_OBJECT,
130 public static void testSearchAttr(DN entryDN, String attrName, argument
141 conn.processSearch(entryDN, SearchScop
151 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java81 protected DN entryDN; field in class:LocalBackendCompareOperation
153 entryDN = getEntryDN();
154 if (entryDN == null)
162 if (DirectoryServer.getConfigHandler().handlesEntry(entryDN) &&
176 final Lock readLock = LockManager.lockRead(entryDN);
181 String.valueOf(entryDN)));
190 entry = DirectoryServer.getEntry(entryDN);
196 ERR_COMPARE_NO_SUCH_ENTRY.get(String.valueOf(entryDN)));
199 DN parentDN = entryDN.getParentDNInSuffix();
271 .get(String.valueOf(entryDN)));
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DConfigHandler.java101 * @param entryDN The distinguished name of the configuration
109 public abstract ConfigEntry getConfigEntry(DN entryDN) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DConfigHandler.java102 * @param entryDN The distinguished name of the configuration
110 public abstract ConfigEntry getConfigEntry(DN entryDN) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSubjectReferentialIntegrityPlugin.java74 public void postProcessDelete(SSOToken token, String entryDN, argument
98 DN entryDName = DN.valueOf(entryDN);
174 + str + "entryDN:"+entryDN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DConfigHandler.java101 * @param entryDN The distinguished name of the configuration
109 public abstract ConfigEntry getConfigEntry(DN entryDN) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSubjectReferentialIntegrityPlugin.java74 public void postProcessDelete(SSOToken token, String entryDN, argument
98 DN entryDName = DN.valueOf(entryDN);
174 + str + "entryDN:"+entryDN);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DExtensionTestUtils.java47 public static void testSearchEmptyAttrs(DN entryDN, argument
50 final SearchRequest request = newSearchRequest(entryDN, SearchScope.BASE_OBJECT);
54 public static void testSearchNoAttrs(DN entryDN, AttributeType attributeType) argument
57 final SearchRequest request = newSearchRequest(entryDN, SearchScope.BASE_OBJECT)
62 public static void testSearchAllUserAttrs(DN entryDN, argument
65 final SearchRequest request = newSearchRequest(entryDN, SearchScope.BASE_OBJECT).addAttribute("*");
69 public static void testSearchAllOperationalAttrs(DN entryDN, argument
72 final SearchRequest request = newSearchRequest(entryDN, SearchScope.BASE_OBJECT).addAttribute("+");
76 public static void testSearchAttr(DN entryDN, String attrName, argument
79 final SearchRequest request = newSearchRequest(entryDN, SearchScop
83 testSearchExcludeAttr(DN entryDN, AttributeType attributeType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlock.java105 public CacheBlock(String entryDN, boolean validEntry) { argument
106 super(entryDN, validEntry);
109 public CacheBlock(String entryDN, String orgDN, boolean validEntry) { argument
110 super(entryDN, orgDN, validEntry);
/forgerock/opendj-b2.6/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...]

Completed in 568 milliseconds

1234567891011>>