Searched refs:pd (Results 76 - 100 of 412) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/
H A DContainsCondition.java55 final PropertyDefinition<T> pd; field in class:ContainsCondition.Impl
61 private Impl(PropertyDefinition<T> pd, T value) { argument
62 this.pd = pd;
68 SortedSet<T> values = managedObject.getPropertyValues(pd);
74 SortedSet<T> values = managedObject.getPropertyValues(pd);
85 managedObject.setPropertyValue(pd, value);
141 private <T> void buildImpl(PropertyDefinition<T> pd) { argument
142 T value = pd.decodeValue(propertyStringValue);
143 this.impl = new Impl<>(pd, valu
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java163 * @param pd PropertyDefinition for which values are set and gotten
167 public <T> void testSetGetPropertyValue(PropertyDefinition<T> pd, Collection<T> values) { argument
169 Property<T> p = ps.getProperty(pd);
171 ps.setPropertyValues(pd, values);
172 p = ps.getProperty(pd);
183 * @param pd PropertyDefinition for testing
186 public void testToString(PropertyDefinition pd) { argument
193 * @param pd PropertyDefinition for testing
197 public <T> void testGetActiveValues(final PropertyDefinition<T> pd, final Collection<T> values) { argument
198 PropertyProvider pp = new TestPropertyProvider<T>(pd, value
237 testGetDefaultValues(PropertyDefinition<T> pd, Set<T> expected) argument
287 testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) argument
318 testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
339 testGetPropertyDefinition(PropertyDefinition<T> pd) argument
353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
385 testWasEmpty(PropertyDefinition<T> pd) argument
396 testToString1(PropertyDefinition<T> pd) argument
411 addProperty(PropertySet ps, PropertyDefinition<T> pd, PropertyProvider pp) argument
471 PropertyDefinition<T> pd = null; field in class:PropertySetTest.TestPropertyProvider
474 TestPropertyProvider(PropertyDefinition<T> pd, Collection<T> values) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java162 * @param pd PropertyDefinition for which values are set and gotten
166 public <T> void testSetGetPropertyValue(PropertyDefinition<T> pd, Collection<T> values) { argument
168 Property<T> p = ps.getProperty(pd);
170 ps.setPropertyValues(pd, values);
171 p = ps.getProperty(pd);
182 * @param pd PropertyDefinition for testing
185 public void testToString(PropertyDefinition pd) { argument
192 * @param pd PropertyDefinition for testing
196 public <T> void testGetActiveValues(final PropertyDefinition<T> pd, final Collection<T> values) { argument
197 PropertyProvider pp = new TestPropertyProvider<T>(pd, value
236 testGetDefaultValues(PropertyDefinition<T> pd, Set<T> expected) argument
286 testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) argument
317 testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
338 testGetPropertyDefinition(PropertyDefinition<T> pd) argument
352 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
368 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
384 testWasEmpty(PropertyDefinition<T> pd) argument
395 testToString1(PropertyDefinition<T> pd) argument
410 addProperty(PropertySet ps, PropertyDefinition<T> pd, PropertyProvider pp) argument
470 PropertyDefinition<T> pd = null; field in class:PropertySetTest.TestPropertyProvider
473 TestPropertyProvider(PropertyDefinition<T> pd, Collection<T> values) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java163 * @param pd PropertyDefinition for which values are set and gotten
167 public <T> void testSetGetPropertyValue(PropertyDefinition<T> pd, Collection<T> values) { argument
169 Property<T> p = ps.getProperty(pd);
171 ps.setPropertyValues(pd, values);
172 p = ps.getProperty(pd);
183 * @param pd PropertyDefinition for testing
186 public void testToString(PropertyDefinition pd) { argument
193 * @param pd PropertyDefinition for testing
197 public <T> void testGetActiveValues(final PropertyDefinition<T> pd, final Collection<T> values) { argument
198 PropertyProvider pp = new TestPropertyProvider<T>(pd, value
237 testGetDefaultValues(PropertyDefinition<T> pd, Set<T> expected) argument
287 testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) argument
318 testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
339 testGetPropertyDefinition(PropertyDefinition<T> pd) argument
353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
385 testWasEmpty(PropertyDefinition<T> pd) argument
396 testToString1(PropertyDefinition<T> pd) argument
411 addProperty(PropertySet ps, PropertyDefinition<T> pd, PropertyProvider pp) argument
471 PropertyDefinition<T> pd = null; field in class:PropertySetTest.TestPropertyProvider
474 TestPropertyProvider(PropertyDefinition<T> pd, Collection<T> values) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java162 * @param pd PropertyDefinition for which values are set and gotten
166 public <T> void testSetGetPropertyValue(PropertyDefinition<T> pd, Collection<T> values) { argument
168 Property<T> p = ps.getProperty(pd);
170 ps.setPropertyValues(pd, values);
171 p = ps.getProperty(pd);
182 * @param pd PropertyDefinition for testing
185 public void testToString(PropertyDefinition pd) { argument
192 * @param pd PropertyDefinition for testing
196 public <T> void testGetActiveValues(final PropertyDefinition<T> pd, final Collection<T> values) { argument
197 PropertyProvider pp = new TestPropertyProvider<T>(pd, value
236 testGetDefaultValues(PropertyDefinition<T> pd, Set<T> expected) argument
286 testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) argument
317 testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
338 testGetPropertyDefinition(PropertyDefinition<T> pd) argument
352 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
368 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
384 testWasEmpty(PropertyDefinition<T> pd) argument
395 testToString1(PropertyDefinition<T> pd) argument
410 addProperty(PropertySet ps, PropertyDefinition<T> pd, PropertyProvider pp) argument
470 PropertyDefinition<T> pd = null; field in class:PropertySetTest.TestPropertyProvider
473 TestPropertyProvider(PropertyDefinition<T> pd, Collection<T> values) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java163 * @param pd PropertyDefinition for which values are set and gotten
167 public <T> void testSetGetPropertyValue(PropertyDefinition<T> pd, Collection<T> values) { argument
169 Property<T> p = ps.getProperty(pd);
171 ps.setPropertyValues(pd, values);
172 p = ps.getProperty(pd);
183 * @param pd PropertyDefinition for testing
186 public void testToString(PropertyDefinition pd) { argument
193 * @param pd PropertyDefinition for testing
197 public <T> void testGetActiveValues(final PropertyDefinition<T> pd, final Collection<T> values) { argument
198 PropertyProvider pp = new TestPropertyProvider<T>(pd, value
237 testGetDefaultValues(PropertyDefinition<T> pd, Set<T> expected) argument
287 testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) argument
318 testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
339 testGetPropertyDefinition(PropertyDefinition<T> pd) argument
353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
385 testWasEmpty(PropertyDefinition<T> pd) argument
396 testToString1(PropertyDefinition<T> pd) argument
411 addProperty(PropertySet ps, PropertyDefinition<T> pd, PropertyProvider pp) argument
471 PropertyDefinition<T> pd = null; field in class:PropertySetTest.TestPropertyProvider
474 TestPropertyProvider(PropertyDefinition<T> pd, Collection<T> values) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/spi/
H A DPropertySetTest.java164 * @param pd PropertyDefinition for which values are set and gotten
168 public <T> void testSetGetPropertyValue(PropertyDefinition<T> pd, Collection<T> values) { argument
170 Property<T> p = ps.getProperty(pd);
172 ps.setPropertyValues(pd, values);
173 p = ps.getProperty(pd);
184 * @param pd PropertyDefinition for testing
187 public void testToString(PropertyDefinition pd) { argument
194 * @param pd PropertyDefinition for testing
198 public <T> void testGetActiveValues(final PropertyDefinition<T> pd, final Collection<T> values) { argument
199 PropertyProvider pp = new TestPropertyProvider<>(pd, value
238 testGetDefaultValues(PropertyDefinition<T> pd, Set<T> expected) argument
288 testGetEffectiveValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> expectedDefaults) argument
319 testGetPendingValues(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
339 testGetPropertyDefinition(PropertyDefinition<T> pd) argument
353 testIsEmpty(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
369 testIsModified(PropertyDefinition<T> pd, Set<T> newValues, Set<T> ignore) argument
385 testWasEmpty(PropertyDefinition<T> pd) argument
396 testToString1(PropertyDefinition<T> pd) argument
411 addProperty(PropertySet ps, PropertyDefinition<T> pd, PropertyProvider pp) argument
468 PropertyDefinition<T> pd; field in class:PropertySetTest.TestPropertyProvider
471 TestPropertyProvider(PropertyDefinition<T> pd, Collection<T> values) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DDNPropertyDefinitionTest.java90 DNPropertyDefinition pd = localBuilder.getInstance();
92 DN actual = pd.getBaseDN();
158 DNPropertyDefinition pd = localBuilder.getInstance();
159 pd.validateValue(DN.decode(value));
180 DNPropertyDefinition pd = localBuilder.getInstance();
181 pd.validateValue(DN.decode(value));
199 DNPropertyDefinition pd = localBuilder.getInstance();
200 pd.decodeValue(value);
218 DNPropertyDefinition pd = localBuilder.getInstance();
219 pd
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DDNPropertyDefinitionTest.java89 DNPropertyDefinition pd = localBuilder.getInstance();
91 DN actual = pd.getBaseDN();
157 DNPropertyDefinition pd = localBuilder.getInstance();
158 pd.validateValue(DN.decode(value));
179 DNPropertyDefinition pd = localBuilder.getInstance();
180 pd.validateValue(DN.decode(value));
198 DNPropertyDefinition pd = localBuilder.getInstance();
199 pd.decodeValue(value);
217 DNPropertyDefinition pd = localBuilder.getInstance();
218 pd
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DDNPropertyDefinitionTest.java90 DNPropertyDefinition pd = localBuilder.getInstance();
92 DN actual = pd.getBaseDN();
158 DNPropertyDefinition pd = localBuilder.getInstance();
159 pd.validateValue(DN.decode(value));
180 DNPropertyDefinition pd = localBuilder.getInstance();
181 pd.validateValue(DN.decode(value));
199 DNPropertyDefinition pd = localBuilder.getInstance();
200 pd.decodeValue(value);
218 DNPropertyDefinition pd = localBuilder.getInstance();
219 pd
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DDNPropertyDefinitionTest.java89 DNPropertyDefinition pd = localBuilder.getInstance();
91 DN actual = pd.getBaseDN();
157 DNPropertyDefinition pd = localBuilder.getInstance();
158 pd.validateValue(DN.decode(value));
179 DNPropertyDefinition pd = localBuilder.getInstance();
180 pd.validateValue(DN.decode(value));
198 DNPropertyDefinition pd = localBuilder.getInstance();
199 pd.decodeValue(value);
217 DNPropertyDefinition pd = localBuilder.getInstance();
218 pd
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DDNPropertyDefinitionTest.java90 DNPropertyDefinition pd = localBuilder.getInstance();
92 DN actual = pd.getBaseDN();
158 DNPropertyDefinition pd = localBuilder.getInstance();
159 pd.validateValue(DN.decode(value));
180 DNPropertyDefinition pd = localBuilder.getInstance();
181 pd.validateValue(DN.decode(value));
199 DNPropertyDefinition pd = localBuilder.getInstance();
200 pd.decodeValue(value);
218 DNPropertyDefinition pd = localBuilder.getInstance();
219 pd
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DDNPropertyDefinitionTest.java90 DNPropertyDefinition pd = localBuilder.getInstance();
92 DN actual = pd.getBaseDN();
158 DNPropertyDefinition pd = localBuilder.getInstance();
159 pd.validateValue(DN.valueOf(value));
180 DNPropertyDefinition pd = localBuilder.getInstance();
181 pd.validateValue(DN.valueOf(value));
199 DNPropertyDefinition pd = localBuilder.getInstance();
200 pd.decodeValue(value);
218 DNPropertyDefinition pd = localBuilder.getInstance();
219 pd
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java99 public Message visitBoolean(BooleanPropertyDefinition pd, Boolean v, argument
114 public Message visitDuration(DurationPropertyDefinition pd, Long v, argument
116 if (pd.getUpperLimit() == null && (v < 0 || v == Long.MAX_VALUE)) {
121 long ms = pd.getBaseUnit().toMilliSeconds(v);
131 unit = pd.getBaseUnit();
148 public Message visitSize(SizePropertyDefinition pd, Long v, Void p) { argument
149 if (pd.isAllowUnlimited() && v < 0) {
177 public <T> Message visitUnknown(PropertyDefinition<T> pd, T v, Void p) { argument
180 String s = pd.encodeValue(v);
226 * @param pd
234 print(PropertyDefinition<T> pd, T value) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java98 public Message visitBoolean(BooleanPropertyDefinition pd, Boolean v, argument
113 public Message visitDuration(DurationPropertyDefinition pd, Long v, argument
115 if (pd.getUpperLimit() == null && (v < 0 || v == Long.MAX_VALUE)) {
120 long ms = pd.getBaseUnit().toMilliSeconds(v);
130 unit = pd.getBaseUnit();
147 public Message visitSize(SizePropertyDefinition pd, Long v, Void p) { argument
148 if (pd.isAllowUnlimited() && v < 0) {
176 public <T> Message visitUnknown(PropertyDefinition<T> pd, T v, Void p) { argument
179 String s = pd.encodeValue(v);
225 * @param pd
233 print(PropertyDefinition<T> pd, T value) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java99 public Message visitBoolean(BooleanPropertyDefinition pd, Boolean v, argument
114 public Message visitDuration(DurationPropertyDefinition pd, Long v, argument
116 if (pd.getUpperLimit() == null && (v < 0 || v == Long.MAX_VALUE)) {
121 long ms = pd.getBaseUnit().toMilliSeconds(v);
131 unit = pd.getBaseUnit();
148 public Message visitSize(SizePropertyDefinition pd, Long v, Void p) { argument
149 if (pd.isAllowUnlimited() && v < 0) {
177 public <T> Message visitUnknown(PropertyDefinition<T> pd, T v, Void p) { argument
180 String s = pd.encodeValue(v);
226 * @param pd
234 print(PropertyDefinition<T> pd, T value) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java99 public Message visitBoolean(BooleanPropertyDefinition pd, Boolean v, argument
114 public Message visitDuration(DurationPropertyDefinition pd, Long v, argument
116 if (pd.getUpperLimit() == null && (v < 0 || v == Long.MAX_VALUE)) {
121 long ms = pd.getBaseUnit().toMilliSeconds(v);
131 unit = pd.getBaseUnit();
148 public Message visitSize(SizePropertyDefinition pd, Long v, Void p) { argument
149 if (pd.isAllowUnlimited() && v < 0) {
177 public <T> Message visitUnknown(PropertyDefinition<T> pd, T v, Void p) { argument
180 String s = pd.encodeValue(v);
226 * @param pd
234 print(PropertyDefinition<T> pd, T value) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValuePrinter.java98 public Message visitBoolean(BooleanPropertyDefinition pd, Boolean v, argument
113 public Message visitDuration(DurationPropertyDefinition pd, Long v, argument
115 if (pd.getUpperLimit() == null && (v < 0 || v == Long.MAX_VALUE)) {
120 long ms = pd.getBaseUnit().toMilliSeconds(v);
130 unit = pd.getBaseUnit();
147 public Message visitSize(SizePropertyDefinition pd, Long v, Void p) { argument
148 if (pd.isAllowUnlimited() && v < 0) {
176 public <T> Message visitUnknown(PropertyDefinition<T> pd, T v, Void p) { argument
179 String s = pd.encodeValue(v);
225 * @param pd
233 print(PropertyDefinition<T> pd, T value) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DPropertyValuePrinter.java84 public LocalizableMessage visitBoolean(BooleanPropertyDefinition pd, Boolean v, Void p) { argument
90 public LocalizableMessage visitDuration(DurationPropertyDefinition pd, Long v, Void p) { argument
91 if (pd.getUpperLimit() == null && (v < 0 || v == Long.MAX_VALUE)) {
96 long ms = pd.getBaseUnit().toMilliSeconds(v);
106 unit = pd.getBaseUnit();
119 public LocalizableMessage visitSize(SizePropertyDefinition pd, Long v, Void p) { argument
120 if (pd.isAllowUnlimited() && v < 0) {
144 public <T> LocalizableMessage visitUnknown(PropertyDefinition<T> pd, T v, Void p) { argument
147 String s = pd.encodeValue(v);
183 * @param pd
190 print(PropertyDefinition<T> pd, T value) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/condition/
H A DIsPresentCondition.java54 private PropertyDefinition<?> pd; field in class:IsPresentCondition
77 SortedSet<?> values = managedObject.getPropertyValues(pd);
88 SortedSet<?> values = managedObject.getPropertyValues(pd);
100 this.pd = d.getPropertyDefinition(propertyName);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/
H A DIsPresentCondition.java55 private PropertyDefinition<?> pd; field in class:IsPresentCondition
78 SortedSet<?> values = managedObject.getPropertyValues(pd);
89 SortedSet<?> values = managedObject.getPropertyValues(pd);
101 this.pd = d.getPropertyDefinition(propertyName);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/condition/
H A DIsPresentCondition.java55 private PropertyDefinition<?> pd; field in class:IsPresentCondition
78 SortedSet<?> values = managedObject.getPropertyValues(pd);
89 SortedSet<?> values = managedObject.getPropertyValues(pd);
101 this.pd = d.getPropertyDefinition(propertyName);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/condition/
H A DIsPresentCondition.java54 private PropertyDefinition<?> pd; field in class:IsPresentCondition
77 SortedSet<?> values = managedObject.getPropertyValues(pd);
88 SortedSet<?> values = managedObject.getPropertyValues(pd);
100 this.pd = d.getPropertyDefinition(propertyName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/condition/
H A DIsPresentCondition.java55 private PropertyDefinition<?> pd; field in class:IsPresentCondition
78 SortedSet<?> values = managedObject.getPropertyValues(pd);
89 SortedSet<?> values = managedObject.getPropertyValues(pd);
101 this.pd = d.getPropertyDefinition(propertyName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DProxyPolicyEvaluator.java121 PolicyDecision pd = policyEvaluator.getPolicyDecisionIgnoreSubjects(
125 String decision = pd.toString();
143 + " is " + pd);
146 return pd;

Completed in 44 milliseconds

1234567891011>>