Searched refs:allowFailures (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DStringConfigAttribute.java498 * @param allowFailures Indicates whether the decoding process should allow
511 public LinkedHashSet<ByteString> stringsToValues(List<String> valueStrings, boolean allowFailures) argument
534 reportError(allowFailures, ERR_CONFIG_ATTR_EMPTY_STRING_VALUE.get(getName()));
552 private void reportError(boolean allowFailures, LocalizableMessage message) throws ConfigException argument
554 if (!allowFailures)
H A DDNConfigAttribute.java547 * @param allowFailures Indicates whether the decoding process should allow
560 public LinkedHashSet<ByteString> stringsToValues(List<String> valueStrings, boolean allowFailures) argument
585 reportError(allowFailures, ERR_CONFIG_ATTR_DN_NULL.get(getName()));
599 reportError(allowFailures, ERR_CONFIG_ATTR_DN_CANNOT_PARSE.get(valueString, getName(), e));
617 private void reportError(boolean allowFailures, LocalizableMessage message) throws ConfigException argument
619 if (!allowFailures)
H A DIntegerWithUnitConfigAttribute.java730 * @param allowFailures Indicates whether the decoding process should allow
745 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
770 reportError(allowFailures, ERR_CONFIG_ATTR_EMPTY_STRING_VALUE.get(getName()));
777 reportError(allowFailures, ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT.get(valueString, getName(), rejectReason));
797 private void reportError(boolean allowFailures, LocalizableMessage message) throws ConfigException argument
799 if (!allowFailures)
H A DMultiChoiceConfigAttribute.java562 * @param allowFailures Indicates whether the decoding process should allow
576 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
599 reportError(allowFailures, ERR_CONFIG_ATTR_EMPTY_STRING_VALUE.get(getName()));
604 reportError(allowFailures, ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED.get(valueString, getName()));
623 private void reportError(boolean allowFailures, LocalizableMessage message) throws ConfigException argument
625 if (!allowFailures)
H A DReadOnlyConfigAttribute.java300 * @param allowFailures Indicates whether the decoding process should allow
313 public LinkedHashSet<ByteString> stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerConfigAttribute.java743 * @param allowFailures Indicates whether the decoding process should allow
757 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
787 reportError(allowFailures, ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE.get(valueString, getName(), e));
793 reportError(allowFailures, ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND.get(getName(), longValue, lowerBound));
798 reportError(allowFailures, ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND.get(getName(), longValue, upperBound));
816 private void reportError(boolean allowFailures, LocalizableMessage message) throws ConfigException argument
818 if (!allowFailures)
/forgerock/opendj2/src/server/org/opends/server/config/
H A DDNConfigAttribute.java602 * @param allowFailures Indicates whether the decoding process should allow
617 boolean allowFailures)
650 if (allowFailures)
678 if (allowFailures)
616 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerWithUnitConfigAttribute.java754 * @param allowFailures Indicates whether the decoding process should allow
768 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
801 if (allowFailures)
820 if (allowFailures)
H A DMultiChoiceConfigAttribute.java652 * @param allowFailures Indicates whether the decoding process should allow
667 boolean allowFailures)
700 if (allowFailures)
715 if (allowFailures)
666 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerConfigAttribute.java843 * @param allowFailures Indicates whether the decoding process should allow
858 boolean allowFailures)
904 if (allowFailures)
921 if (allowFailures)
938 if (allowFailures)
857 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DReadOnlyConfigAttribute.java357 * @param allowFailures Indicates whether the decoding process should allow
372 boolean allowFailures)
371 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DDNConfigAttribute.java603 * @param allowFailures Indicates whether the decoding process should allow
618 boolean allowFailures)
651 if (allowFailures)
679 if (allowFailures)
617 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerWithUnitConfigAttribute.java755 * @param allowFailures Indicates whether the decoding process should allow
769 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
802 if (allowFailures)
821 if (allowFailures)
H A DMultiChoiceConfigAttribute.java653 * @param allowFailures Indicates whether the decoding process should allow
668 boolean allowFailures)
701 if (allowFailures)
716 if (allowFailures)
667 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerConfigAttribute.java844 * @param allowFailures Indicates whether the decoding process should allow
859 boolean allowFailures)
905 if (allowFailures)
922 if (allowFailures)
939 if (allowFailures)
858 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DReadOnlyConfigAttribute.java358 * @param allowFailures Indicates whether the decoding process should allow
373 boolean allowFailures)
372 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DDNConfigAttribute.java603 * @param allowFailures Indicates whether the decoding process should allow
618 boolean allowFailures)
651 if (allowFailures)
679 if (allowFailures)
617 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerWithUnitConfigAttribute.java755 * @param allowFailures Indicates whether the decoding process should allow
769 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
802 if (allowFailures)
821 if (allowFailures)
H A DMultiChoiceConfigAttribute.java653 * @param allowFailures Indicates whether the decoding process should allow
668 boolean allowFailures)
701 if (allowFailures)
716 if (allowFailures)
667 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DDNConfigAttribute.java603 * @param allowFailures Indicates whether the decoding process should allow
618 boolean allowFailures)
651 if (allowFailures)
679 if (allowFailures)
617 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerWithUnitConfigAttribute.java755 * @param allowFailures Indicates whether the decoding process should allow
769 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
802 if (allowFailures)
821 if (allowFailures)
H A DMultiChoiceConfigAttribute.java653 * @param allowFailures Indicates whether the decoding process should allow
668 boolean allowFailures)
701 if (allowFailures)
716 if (allowFailures)
667 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DDNConfigAttribute.java602 * @param allowFailures Indicates whether the decoding process should allow
617 boolean allowFailures)
650 if (allowFailures)
678 if (allowFailures)
616 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
H A DIntegerWithUnitConfigAttribute.java754 * @param allowFailures Indicates whether the decoding process should allow
768 stringsToValues(List<String> valueStrings, boolean allowFailures) argument
801 if (allowFailures)
820 if (allowFailures)
H A DMultiChoiceConfigAttribute.java652 * @param allowFailures Indicates whether the decoding process should allow
667 boolean allowFailures)
700 if (allowFailures)
715 if (allowFailures)
666 stringsToValues(List<String> valueStrings, boolean allowFailures) argument

Completed in 92 milliseconds

12