Searched defs:publicNamingContextAttr (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java499 Attribute publicNamingContextAttr = createDNAttribute(ATTR_NAMING_CONTEXTS,
501 addAttribute(publicNamingContextAttr, dseUserAttrs, dseOperationalAttrs);
678 private void addAttribute(Attribute publicNamingContextAttr, argument
682 if (!publicNamingContextAttr.isEmpty())
685 privateNamingContextAttrs.add(publicNamingContextAttr);
686 final AttributeType attrType = publicNamingContextAttr.getAttributeType();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java499 Attribute publicNamingContextAttr = createDNAttribute(ATTR_NAMING_CONTEXTS,
501 addAttribute(publicNamingContextAttr, dseUserAttrs, dseOperationalAttrs);
678 private void addAttribute(Attribute publicNamingContextAttr, argument
682 if (!publicNamingContextAttr.isEmpty())
685 privateNamingContextAttrs.add(publicNamingContextAttr);
686 final AttributeType attrType = publicNamingContextAttr.getAttributeType();

Completed in 56 milliseconds