Searched defs:allowUnlimited (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinition.java61 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
79 private boolean allowUnlimited = false; field in class:IntegerPropertyDefinition.Builder
140 * @param allowUnlimited
144 public final void setAllowUnlimited(boolean allowUnlimited) { argument
145 this.allowUnlimited = allowUnlimited;
160 adminAction, defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
190 Integer upperLimit, boolean allowUnlimited) {
195 this.allowUnlimited = allowUnlimited;
185 IntegerPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]
H A DSizePropertyDefinition.java60 private final boolean allowUnlimited; field in class:SizePropertyDefinition
79 private boolean allowUnlimited = false; field in class:SizePropertyDefinition.Builder
181 * @param allowUnlimited
185 public final void setAllowUnlimited(boolean allowUnlimited) { argument
186 this.allowUnlimited = allowUnlimited;
201 defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
231 Long upperLimit, boolean allowUnlimited) {
236 this.allowUnlimited = allowUnlimited;
226 SizePropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Long> defaultBehavior, Long lowerLimit, Long upperLimit, boolean allowUnlimited) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinition.java62 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
80 private boolean allowUnlimited = false; field in class:IntegerPropertyDefinition.Builder
141 * @param allowUnlimited
145 public final void setAllowUnlimited(boolean allowUnlimited) { argument
146 this.allowUnlimited = allowUnlimited;
161 adminAction, defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
191 Integer upperLimit, boolean allowUnlimited) {
196 this.allowUnlimited = allowUnlimited;
186 IntegerPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]
H A DSizePropertyDefinition.java61 private final boolean allowUnlimited; field in class:SizePropertyDefinition
80 private boolean allowUnlimited = false; field in class:SizePropertyDefinition.Builder
182 * @param allowUnlimited
186 public final void setAllowUnlimited(boolean allowUnlimited) { argument
187 this.allowUnlimited = allowUnlimited;
202 defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
232 Long upperLimit, boolean allowUnlimited) {
237 this.allowUnlimited = allowUnlimited;
227 SizePropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Long> defaultBehavior, Long lowerLimit, Long upperLimit, boolean allowUnlimited) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinitionTest.java145 * Tests the allowUnlimited property
156 * Tests the allowUnlimited property
167 * Tests the allowUnlimited property
193 * @param allowUnlimited when true allows unlimited
198 public void testValidateValue1(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
202 builder.setAllowUnlimited(allowUnlimited);
228 * @param allowUnlimited when true allows unlimited
232 public void testValidateValue2(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
236 builder.setAllowUnlimited(allowUnlimited);
H A DSizePropertyDefinitionTest.java160 * Tests the allowUnlimited property
171 * Tests the allowUnlimited property
182 * Tests the allowUnlimited property
208 * @param allowUnlimited when true allows unlimited
213 public void testValidateValue1(Long low, Long high, boolean allowUnlimited, Long value) { argument
217 builder.setAllowUnlimited(allowUnlimited);
243 * @param allowUnlimited when true allows unlimited
247 public void testValidateValue2(Long low, Long high, boolean allowUnlimited, Long value) { argument
251 builder.setAllowUnlimited(allowUnlimited);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinitionTest.java144 * Tests the allowUnlimited property
155 * Tests the allowUnlimited property
166 * Tests the allowUnlimited property
192 * @param allowUnlimited when true allows unlimited
197 public void testValidateValue1(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
201 builder.setAllowUnlimited(allowUnlimited);
227 * @param allowUnlimited when true allows unlimited
231 public void testValidateValue2(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
235 builder.setAllowUnlimited(allowUnlimited);
H A DSizePropertyDefinitionTest.java159 * Tests the allowUnlimited property
170 * Tests the allowUnlimited property
181 * Tests the allowUnlimited property
207 * @param allowUnlimited when true allows unlimited
212 public void testValidateValue1(Long low, Long high, boolean allowUnlimited, Long value) { argument
216 builder.setAllowUnlimited(allowUnlimited);
242 * @param allowUnlimited when true allows unlimited
246 public void testValidateValue2(Long low, Long high, boolean allowUnlimited, Long value) { argument
250 builder.setAllowUnlimited(allowUnlimited);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinition.java62 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
80 private boolean allowUnlimited = false; field in class:IntegerPropertyDefinition.Builder
141 * @param allowUnlimited
145 public final void setAllowUnlimited(boolean allowUnlimited) { argument
146 this.allowUnlimited = allowUnlimited;
161 adminAction, defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
191 Integer upperLimit, boolean allowUnlimited) {
196 this.allowUnlimited = allowUnlimited;
186 IntegerPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]
H A DSizePropertyDefinition.java61 private final boolean allowUnlimited; field in class:SizePropertyDefinition
80 private boolean allowUnlimited = false; field in class:SizePropertyDefinition.Builder
182 * @param allowUnlimited
186 public final void setAllowUnlimited(boolean allowUnlimited) { argument
187 this.allowUnlimited = allowUnlimited;
202 defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
232 Long upperLimit, boolean allowUnlimited) {
237 this.allowUnlimited = allowUnlimited;
227 SizePropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Long> defaultBehavior, Long lowerLimit, Long upperLimit, boolean allowUnlimited) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinitionTest.java145 * Tests the allowUnlimited property
156 * Tests the allowUnlimited property
167 * Tests the allowUnlimited property
193 * @param allowUnlimited when true allows unlimited
198 public void testValidateValue1(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
202 builder.setAllowUnlimited(allowUnlimited);
228 * @param allowUnlimited when true allows unlimited
232 public void testValidateValue2(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
236 builder.setAllowUnlimited(allowUnlimited);
H A DSizePropertyDefinitionTest.java160 * Tests the allowUnlimited property
171 * Tests the allowUnlimited property
182 * Tests the allowUnlimited property
208 * @param allowUnlimited when true allows unlimited
213 public void testValidateValue1(Long low, Long high, boolean allowUnlimited, Long value) { argument
217 builder.setAllowUnlimited(allowUnlimited);
243 * @param allowUnlimited when true allows unlimited
247 public void testValidateValue2(Long low, Long high, boolean allowUnlimited, Long value) { argument
251 builder.setAllowUnlimited(allowUnlimited);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinitionTest.java144 * Tests the allowUnlimited property
155 * Tests the allowUnlimited property
166 * Tests the allowUnlimited property
192 * @param allowUnlimited when true allows unlimited
197 public void testValidateValue1(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
201 builder.setAllowUnlimited(allowUnlimited);
227 * @param allowUnlimited when true allows unlimited
231 public void testValidateValue2(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
235 builder.setAllowUnlimited(allowUnlimited);
H A DSizePropertyDefinitionTest.java159 * Tests the allowUnlimited property
170 * Tests the allowUnlimited property
181 * Tests the allowUnlimited property
207 * @param allowUnlimited when true allows unlimited
212 public void testValidateValue1(Long low, Long high, boolean allowUnlimited, Long value) { argument
216 builder.setAllowUnlimited(allowUnlimited);
242 * @param allowUnlimited when true allows unlimited
246 public void testValidateValue2(Long low, Long high, boolean allowUnlimited, Long value) { argument
250 builder.setAllowUnlimited(allowUnlimited);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinitionTest.java145 * Tests the allowUnlimited property
156 * Tests the allowUnlimited property
167 * Tests the allowUnlimited property
193 * @param allowUnlimited when true allows unlimited
198 public void testValidateValue1(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
202 builder.setAllowUnlimited(allowUnlimited);
228 * @param allowUnlimited when true allows unlimited
232 public void testValidateValue2(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
236 builder.setAllowUnlimited(allowUnlimited);
H A DSizePropertyDefinitionTest.java160 * Tests the allowUnlimited property
171 * Tests the allowUnlimited property
182 * Tests the allowUnlimited property
208 * @param allowUnlimited when true allows unlimited
213 public void testValidateValue1(Long low, Long high, boolean allowUnlimited, Long value) { argument
217 builder.setAllowUnlimited(allowUnlimited);
243 * @param allowUnlimited when true allows unlimited
247 public void testValidateValue2(Long low, Long high, boolean allowUnlimited, Long value) { argument
251 builder.setAllowUnlimited(allowUnlimited);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinition.java61 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
79 private boolean allowUnlimited = false; field in class:IntegerPropertyDefinition.Builder
140 * @param allowUnlimited
144 public final void setAllowUnlimited(boolean allowUnlimited) { argument
145 this.allowUnlimited = allowUnlimited;
160 adminAction, defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
190 Integer upperLimit, boolean allowUnlimited) {
195 this.allowUnlimited = allowUnlimited;
185 IntegerPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]
H A DSizePropertyDefinition.java60 private final boolean allowUnlimited; field in class:SizePropertyDefinition
79 private boolean allowUnlimited = false; field in class:SizePropertyDefinition.Builder
181 * @param allowUnlimited
185 public final void setAllowUnlimited(boolean allowUnlimited) { argument
186 this.allowUnlimited = allowUnlimited;
201 defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
231 Long upperLimit, boolean allowUnlimited) {
236 this.allowUnlimited = allowUnlimited;
226 SizePropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Long> defaultBehavior, Long lowerLimit, Long upperLimit, boolean allowUnlimited) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DIntegerPropertyDefinition.java62 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
80 private boolean allowUnlimited = false; field in class:IntegerPropertyDefinition.Builder
141 * @param allowUnlimited
145 public final void setAllowUnlimited(boolean allowUnlimited) { argument
146 this.allowUnlimited = allowUnlimited;
161 adminAction, defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
191 Integer upperLimit, boolean allowUnlimited) {
196 this.allowUnlimited = allowUnlimited;
186 IntegerPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]
H A DSizePropertyDefinition.java61 private final boolean allowUnlimited; field in class:SizePropertyDefinition
80 private boolean allowUnlimited = false; field in class:SizePropertyDefinition.Builder
182 * @param allowUnlimited
186 public final void setAllowUnlimited(boolean allowUnlimited) { argument
187 this.allowUnlimited = allowUnlimited;
202 defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
232 Long upperLimit, boolean allowUnlimited) {
237 this.allowUnlimited = allowUnlimited;
227 SizePropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Long> defaultBehavior, Long lowerLimit, Long upperLimit, boolean allowUnlimited) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DIntegerPropertyDefinition.java64 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
84 private boolean allowUnlimited; field in class:IntegerPropertyDefinition.Builder
145 * @param allowUnlimited
149 public final void setAllowUnlimited(boolean allowUnlimited) { argument
150 this.allowUnlimited = allowUnlimited;
163 adminAction, defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
193 Integer upperLimit, boolean allowUnlimited) {
198 this.allowUnlimited = allowUnlimited;
188 IntegerPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]
H A DSizePropertyDefinition.java60 private final boolean allowUnlimited; field in class:SizePropertyDefinition
81 private boolean allowUnlimited; field in class:SizePropertyDefinition.Builder
183 * @param allowUnlimited
187 public final void setAllowUnlimited(boolean allowUnlimited) { argument
188 this.allowUnlimited = allowUnlimited;
201 defaultBehavior, lowerLimit, upperLimit, allowUnlimited);
231 Long upperLimit, boolean allowUnlimited) {
236 this.allowUnlimited = allowUnlimited;
226 SizePropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Long> defaultBehavior, Long lowerLimit, Long upperLimit, boolean allowUnlimited) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DIntegerPropertyDefinitionTest.java145 * Tests the allowUnlimited property.
156 * Tests the allowUnlimited property.
167 * Tests the allowUnlimited property.
193 * @param allowUnlimited when true allows unlimited
198 public void testValidateValue1(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
202 builder.setAllowUnlimited(allowUnlimited);
228 * @param allowUnlimited when true allows unlimited
232 public void testValidateValue2(Integer low, Integer high, boolean allowUnlimited, Integer value) { argument
236 builder.setAllowUnlimited(allowUnlimited);
H A DSizePropertyDefinitionTest.java160 * Tests the allowUnlimited property.
171 * Tests the allowUnlimited property.
182 * Tests the allowUnlimited property.
208 * @param allowUnlimited when true allows unlimited
213 public void testValidateValue1(Long low, Long high, boolean allowUnlimited, Long value) { argument
217 builder.setAllowUnlimited(allowUnlimited);
243 * @param allowUnlimited when true allows unlimited
247 public void testValidateValue2(Long low, Long high, boolean allowUnlimited, Long value) { argument
251 builder.setAllowUnlimited(allowUnlimited);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DIntegerPropertyDefinition.java59 private final boolean allowUnlimited; field in class:IntegerPropertyDefinition
76 private boolean allowUnlimited; field in class:IntegerPropertyDefinition.Builder
125 * @param allowUnlimited
129 public final void setAllowUnlimited(boolean allowUnlimited) { argument
130 this.allowUnlimited = allowUnlimited;
139 upperLimit, allowUnlimited);
161 DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) {
165 this.allowUnlimited = allowUnlimited;
159 IntegerPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<Integer> defaultBehavior, int lowerLimit, Integer upperLimit, boolean allowUnlimited) argument
[all...]

Completed in 54 milliseconds

12