| /forgerock/opendj-b2.6/src/server/org/opends/server/core/ |
| H A D | SubentryManager.java | 75 * This class provides a mechanism for interacting with subentries defined in 77 * startup to identify and load subentries within the server. 80 * information about subentries defined in the server can be held in 92 // A mapping between the DNs and applicable subentries. 95 // A mapping between the DNs and applicable collective subentries. 310 * all subentries that it may contain and register them with this manager. 426 * Return all subentries for this manager. 427 * Note that this getter will skip any collective subentries, 428 * returning only applicable regular subentries. 429 * @return all subentries fo [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 105 List<SubEntry> subentries = DirectoryServer.getSubentryManager() 110 for (SubEntry subentry : subentries)
|
| /forgerock/opendj2/src/server/org/opends/server/core/ |
| H A D | SubentryManager.java | 74 * This class provides a mechanism for interacting with subentries defined in 76 * startup to identify and load subentries within the server. 79 * information about subentries defined in the server can be held in 91 // A mapping between the DNs and applicable subentries. 94 // A mapping between the DNs and applicable collective subentries. 309 * all subentries that it may contain and register them with this manager. 425 * Return all subentries for this manager. 426 * Note that this getter will skip any collective subentries, 427 * returning only applicable regular subentries. 428 * @return all subentries fo [all...] |
| /forgerock/opendj2/src/server/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 81 List<SubEntry> subentries = DirectoryServer.getSubentryManager() 86 for (SubEntry subentry : subentries)
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
| H A D | SubentryManager.java | 75 * This class provides a mechanism for interacting with subentries defined in 77 * startup to identify and load subentries within the server. 80 * information about subentries defined in the server can be held in 92 // A mapping between the DNs and applicable subentries. 95 // A mapping between the DNs and applicable collective subentries. 310 * all subentries that it may contain and register them with this manager. 426 * Return all subentries for this manager. 427 * Note that this getter will skip any collective subentries, 428 * returning only applicable regular subentries. 429 * @return all subentries fo [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 105 List<SubEntry> subentries = DirectoryServer.getSubentryManager() 110 for (SubEntry subentry : subentries)
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
| H A D | SubentryManager.java | 75 * This class provides a mechanism for interacting with subentries defined in 77 * startup to identify and load subentries within the server. 80 * information about subentries defined in the server can be held in 92 // A mapping between the DNs and applicable subentries. 95 // A mapping between the DNs and applicable collective subentries. 310 * all subentries that it may contain and register them with this manager. 426 * Return all subentries for this manager. 427 * Note that this getter will skip any collective subentries, 428 * returning only applicable regular subentries. 429 * @return all subentries fo [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 105 List<SubEntry> subentries = DirectoryServer.getSubentryManager() 110 for (SubEntry subentry : subentries)
|
| /forgerock/opendj2-hg/src/server/org/opends/server/core/ |
| H A D | SubentryManager.java | 74 * This class provides a mechanism for interacting with subentries defined in 76 * startup to identify and load subentries within the server. 79 * information about subentries defined in the server can be held in 91 // A mapping between the DNs and applicable subentries. 94 // A mapping between the DNs and applicable collective subentries. 309 * all subentries that it may contain and register them with this manager. 425 * Return all subentries for this manager. 426 * Note that this getter will skip any collective subentries, 427 * returning only applicable regular subentries. 428 * @return all subentries fo [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 81 List<SubEntry> subentries = DirectoryServer.getSubentryManager() 86 for (SubEntry subentry : subentries)
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | SMSEnhancedFlatFileObject.java | 237 Set subentries = null; 256 subentries = new CaseInsensitiveTreeSet(ascendingOrder); 258 subentries = new CaseInsensitiveHashSet(); 291 subentries.add(subentryname); 303 Object l = ((CaseInsensitiveTreeSet)subentries).last(); 304 subentries.remove(l); 312 return subentries;
|
| H A D | SMSFlatFileObject.java | 79 * Simple class that looks for subentries with name matching the 295 Set subentries = null; 337 subentries = new CaseInsensitiveTreeSet(ascendingOrder); 339 subentries = new CaseInsensitiveHashSet(); 363 subentries.add(subentryname); 376 Object l = ((CaseInsensitiveTreeSet) subentries).last(); 377 subentries.remove(l); 385 return subentries;
|
| H A D | SMSFlatFileObjectBase.java | 478 Set<String> subentries = null; 480 subentries = getSubEntries(objName, filter, null, numOfEntries, 484 subentries = new CaseInsensitiveHashSet(); 490 " returned " + subentries.size() + " items"); 492 return subentries; 537 Set<String> subentries = null; 539 subentries = getSubEntries(objName, filter, sidFilter, 543 subentries = new CaseInsensitiveHashSet<>(); 549 " returned "+subentries.size()+" items"); 552 return (subentries); [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/ |
| H A D | SubentryManager.java | 74 * This class provides a mechanism for interacting with subentries defined in 76 * startup to identify and load subentries within the server. 79 * information about subentries defined in the server can be held in 88 /** A mapping between the DNs and applicable subentries. */ 91 /** A mapping between the DNs and applicable collective subentries. */ 300 * all subentries that it may contain and register them with this manager. 396 * Return all subentries for this manager. 397 * Note that this getter will skip any collective subentries, 398 * returning only applicable regular subentries. 399 * @return all subentries fo [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 78 List<SubEntry> subentries = DirectoryServer.getSubentryManager() 81 for (SubEntry subentry : subentries)
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/ |
| H A D | SubentryManagerTestCase.java | 141 private List<Entry> getEntries(List<SubEntry> subentries) argument 144 for (SubEntry subEntry : subentries) 151 private List<DN> getDns(List<SubEntry> subentries) argument 154 for (SubEntry subEntry : subentries)
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | SMSEnhancedFlatFileObject.java | 237 Set subentries = null; 256 subentries = new CaseInsensitiveTreeSet(ascendingOrder); 258 subentries = new CaseInsensitiveHashSet(); 291 subentries.add(subentryname); 303 Object l = ((CaseInsensitiveTreeSet)subentries).last(); 304 subentries.remove(l); 312 return subentries;
|
| H A D | SMSFlatFileObject.java | 79 * Simple class that looks for subentries with name matching the 295 Set subentries = null; 337 subentries = new CaseInsensitiveTreeSet(ascendingOrder); 339 subentries = new CaseInsensitiveHashSet(); 363 subentries.add(subentryname); 376 Object l = ((CaseInsensitiveTreeSet) subentries).last(); 377 subentries.remove(l); 385 return subentries;
|
| H A D | SMSFlatFileObjectBase.java | 478 Set<String> subentries = null; 480 subentries = getSubEntries(objName, filter, null, numOfEntries, 484 subentries = new CaseInsensitiveHashSet(); 490 " returned " + subentries.size() + " items"); 492 return subentries; 537 Set<String> subentries = null; 539 subentries = getSubEntries(objName, filter, sidFilter, 543 subentries = new CaseInsensitiveHashSet<>(); 549 " returned "+subentries.size()+" items"); 552 return (subentries); [all...] |