Searched defs:showAllAttributes (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java106 private boolean showAllAttributes; field in class:RootDSEBackend
247 showAllAttributes = currentConfig.isShowAllAttributes();
558 if (showAllAttributes
618 if (type.isOperational() && !showAllAttributes)
646 if (type.isOperational() && !showAllAttributes)
687 if (showAllAttributes || !attrType.isOperational())
1340 if (showAllAttributes != newShowAll)
1342 showAllAttributes = newShowAll;
1345 String.valueOf(showAllAttributes));
H A DSchemaBackend.java213 private boolean showAllAttributes; field in class:SchemaBackend
356 showAllAttributes = cfg.isShowAllAttributes();
644 * @param ignoreShowAllOption A boolean indicating if the showAllAttributes
751 && (ignoreShowAllOption || !showAllAttributes))
796 && (ignoreShowAllOption || !showAllAttributes))
811 && (ignoreShowAllOption || !showAllAttributes))
825 // Note that we intentionally ignore showAllAttributes for
5584 showAllAttributes = newShowAllAttributes;
5606 boolean showAllAttributes() method in class:SchemaBackend
5608 return showAllAttributes;
5621 setShowAllAttributes(boolean showAllAttributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DRootDSEBackend.java112 private boolean showAllAttributes; field in class:RootDSEBackend
267 showAllAttributes = currentConfig.isShowAllAttributes();
568 if (showAllAttributes
590 if (showAllAttributes
610 if (showAllAttributes
631 if (showAllAttributes
651 if (showAllAttributes
673 if (showAllAttributes
701 if (showAllAttributes
726 if (showAllAttributes ||
[all...]
H A DSchemaBackend.java190 private boolean showAllAttributes; field in class:SchemaBackend
349 showAllAttributes = cfg.isShowAllAttributes();
673 * @param ignoreShowAllOption A boolean indicating if the showAllAttributes
783 (ignoreShowAllOption || (!showAllAttributes)))
829 (ignoreShowAllOption || (!showAllAttributes)))
845 (ignoreShowAllOption || (!showAllAttributes)))
860 // Note that we intentionally ignore showAllAttributes for
5838 showAllAttributes = newShowAllAttributes;
5860 boolean showAllAttributes() method in class:SchemaBackend
5862 return showAllAttributes;
5875 setShowAllAttributes(boolean showAllAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java112 private boolean showAllAttributes; field in class:RootDSEBackend
267 showAllAttributes = currentConfig.isShowAllAttributes();
568 if (showAllAttributes
590 if (showAllAttributes
610 if (showAllAttributes
631 if (showAllAttributes
651 if (showAllAttributes
673 if (showAllAttributes
701 if (showAllAttributes
726 if (showAllAttributes ||
[all...]
H A DSchemaBackend.java190 private boolean showAllAttributes; field in class:SchemaBackend
349 showAllAttributes = cfg.isShowAllAttributes();
673 * @param ignoreShowAllOption A boolean indicating if the showAllAttributes
783 (ignoreShowAllOption || (!showAllAttributes)))
829 (ignoreShowAllOption || (!showAllAttributes)))
845 (ignoreShowAllOption || (!showAllAttributes)))
860 // Note that we intentionally ignore showAllAttributes for
5838 showAllAttributes = newShowAllAttributes;
5860 boolean showAllAttributes() method in class:SchemaBackend
5862 return showAllAttributes;
5875 setShowAllAttributes(boolean showAllAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java106 private boolean showAllAttributes; field in class:RootDSEBackend
247 showAllAttributes = currentConfig.isShowAllAttributes();
558 if (showAllAttributes
618 if (type.isOperational() && !showAllAttributes)
646 if (type.isOperational() && !showAllAttributes)
687 if (showAllAttributes || !attrType.isOperational())
1340 if (showAllAttributes != newShowAll)
1342 showAllAttributes = newShowAll;
1345 String.valueOf(showAllAttributes));
H A DSchemaBackend.java213 private boolean showAllAttributes; field in class:SchemaBackend
356 showAllAttributes = cfg.isShowAllAttributes();
644 * @param ignoreShowAllOption A boolean indicating if the showAllAttributes
751 && (ignoreShowAllOption || !showAllAttributes))
796 && (ignoreShowAllOption || !showAllAttributes))
811 && (ignoreShowAllOption || !showAllAttributes))
825 // Note that we intentionally ignore showAllAttributes for
5584 showAllAttributes = newShowAllAttributes;
5606 boolean showAllAttributes() method in class:SchemaBackend
5608 return showAllAttributes;
5621 setShowAllAttributes(boolean showAllAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java112 private boolean showAllAttributes; field in class:RootDSEBackend
267 showAllAttributes = currentConfig.isShowAllAttributes();
568 if (showAllAttributes
590 if (showAllAttributes
610 if (showAllAttributes
631 if (showAllAttributes
651 if (showAllAttributes
673 if (showAllAttributes
701 if (showAllAttributes
726 if (showAllAttributes ||
[all...]
H A DSchemaBackend.java194 private boolean showAllAttributes; field in class:SchemaBackend
353 showAllAttributes = cfg.isShowAllAttributes();
673 * @param ignoreShowAllOption A boolean indicating if the showAllAttributes
783 (ignoreShowAllOption || (!showAllAttributes)))
829 (ignoreShowAllOption || (!showAllAttributes)))
845 (ignoreShowAllOption || (!showAllAttributes)))
860 // Note that we intentionally ignore showAllAttributes for
5790 showAllAttributes = newShowAllAttributes;
5812 boolean showAllAttributes() method in class:SchemaBackend
5814 return showAllAttributes;
5827 setShowAllAttributes(boolean showAllAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java104 private boolean showAllAttributes; field in class:RootDSEBackend
209 showAllAttributes = currentConfig.isShowAllAttributes();
548 final Map<AttributeType, List<Attribute>> attrsMap = type.isOperational() && !showAllAttributes
569 if (showAllAttributes || !attrType.isOperational())
996 if (showAllAttributes != newShowAll)
998 showAllAttributes = newShowAll;
1000 ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES, showAllAttributes));
H A DSchemaBackend.java166 private boolean showAllAttributes; field in class:SchemaBackend
273 showAllAttributes = cfg.isShowAllAttributes();
537 * @param ignoreShowAllOption A boolean indicating if the showAllAttributes
580 * Note that we intentionally ignore showAllAttributes for attribute
693 && (ignoreShowAllOption || !showAllAttributes))
3955 showAllAttributes = newShowAllAttributes;
3977 boolean showAllAttributes() method in class:SchemaBackend
3979 return showAllAttributes;
3988 * @param showAllAttributes Specifies whether to treat common schema
3992 void setShowAllAttributes(boolean showAllAttributes) argument
[all...]

Completed in 91 milliseconds