Searched refs:withDefault (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DBackendStat.java232 private static final Option<Boolean> DUMP_DECODE_VALUE = Option.withDefault(true);
233 private static final Option<Boolean> DUMP_STATS_ONLY = Option.withDefault(false);
234 private static final Option<Boolean> DUMP_SINGLE_LINE = Option.withDefault(false);
237 private static final Option<Boolean> DUMP_MIN_KEY_VALUE_IS_HEX = Option.withDefault(false);
238 private static final Option<Boolean> DUMP_MAX_KEY_VALUE_IS_HEX = Option.withDefault(false);
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java79 public static final Option<Boolean> AFFINITY_ENABLED = Option.withDefault(false);

Completed in 492 milliseconds