Searched refs:isAllowUnlimited (Results 1 - 25 of 43) sorted by relevance

12

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DDurationPropertyDefinitionTest.java160 boolean isAllowUnlimited, Long valueInSeconds) {
164 builder.setAllowUnlimited(isAllowUnlimited);
182 boolean isAllowUnlimited, Long valueInSeconds) {
186 builder.setAllowUnlimited(isAllowUnlimited);
159 testValidateValue(Long lowerLimitInMillis, Long higherLimitInMillis, boolean isAllowUnlimited, Long valueInSeconds) argument
181 testValidateValueIllegal(Long lowLimitInMillis, Long highLimitInMillis, boolean isAllowUnlimited, Long valueInSeconds) argument
H A DSizePropertyDefinitionTest.java132 public void testValidateValue(Long low, Long high, boolean isAllowUnlimited, Long valueToValidate) { argument
136 builder.setAllowUnlimited(isAllowUnlimited);
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java164 if (d.isAllowUnlimited()) {
230 } else if (d.isAllowUnlimited()) {
304 if (d.isAllowUnlimited()) {
H A DIntegerPropertyDefinition.java267 public boolean isAllowUnlimited() { method in class:IntegerPropertyDefinition
H A DSizePropertyDefinition.java270 public boolean isAllowUnlimited() { method in class:SizePropertyDefinition
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java165 if (d.isAllowUnlimited()) {
231 } else if (d.isAllowUnlimited()) {
305 if (d.isAllowUnlimited()) {
H A DIntegerPropertyDefinition.java268 public boolean isAllowUnlimited() { method in class:IntegerPropertyDefinition
H A DSizePropertyDefinition.java271 public boolean isAllowUnlimited() { method in class:SizePropertyDefinition
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java165 if (d.isAllowUnlimited()) {
231 } else if (d.isAllowUnlimited()) {
305 if (d.isAllowUnlimited()) {
H A DIntegerPropertyDefinition.java268 public boolean isAllowUnlimited() { method in class:IntegerPropertyDefinition
H A DSizePropertyDefinition.java271 public boolean isAllowUnlimited() { method in class:SizePropertyDefinition
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java164 if (d.isAllowUnlimited()) {
230 } else if (d.isAllowUnlimited()) {
304 if (d.isAllowUnlimited()) {
H A DIntegerPropertyDefinition.java267 public boolean isAllowUnlimited() { method in class:IntegerPropertyDefinition
H A DSizePropertyDefinition.java270 public boolean isAllowUnlimited() { method in class:SizePropertyDefinition
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java165 if (d.isAllowUnlimited()) {
231 } else if (d.isAllowUnlimited()) {
305 if (d.isAllowUnlimited()) {
H A DIntegerPropertyDefinition.java268 public boolean isAllowUnlimited() { method in class:IntegerPropertyDefinition
H A DSizePropertyDefinition.java271 public boolean isAllowUnlimited() { method in class:SizePropertyDefinition
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyDefinitionUsageBuilder.java153 if (d.isAllowUnlimited()) {
203 } else if (d.isAllowUnlimited()) {
271 if (d.isAllowUnlimited()) {
H A DIntegerPropertyDefinition.java270 public boolean isAllowUnlimited() { method in class:IntegerPropertyDefinition
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyDefinitionUsageBuilder.java137 if (d.isAllowUnlimited()) {
182 } else if (d.isAllowUnlimited()) {
246 if (d.isAllowUnlimited()) {
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java149 if (pd.isAllowUnlimited() && v < 0) {
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java148 if (pd.isAllowUnlimited() && v < 0) {
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java149 if (pd.isAllowUnlimited() && v < 0) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java149 if (pd.isAllowUnlimited() && v < 0) {
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java148 if (pd.isAllowUnlimited() && v < 0) {

Completed in 41 milliseconds

12