Searched defs:newAttribute (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java60 private AttributeType newAttribute; field in class:ModifyAttributeTask
67 * @param newAttribute the new attribute definition.
70 AttributeType oldAttribute, AttributeType newAttribute)
77 if (newAttribute == null)
79 throw new IllegalArgumentException("newAttribute cannot be null.");
82 this.newAttribute = newAttribute;
169 attrToAdd = newAttribute;
182 AttributeType newSuperior = newAttribute;
233 required.add(newAttribute);
69 ModifyAttributeTask(ControlPanelInfo info, ProgressDialog dlg, AttributeType oldAttribute, AttributeType newAttribute) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java59 private AttributeType newAttribute; field in class:ModifyAttributeTask
66 * @param newAttribute the new attribute definition.
69 AttributeType oldAttribute, AttributeType newAttribute)
76 if (newAttribute == null)
78 throw new IllegalArgumentException("newAttribute cannot be null.");
81 this.newAttribute = newAttribute;
168 attrToAdd = newAttribute;
181 AttributeType newSuperior = newAttribute;
232 required.add(newAttribute);
68 ModifyAttributeTask(ControlPanelInfo info, ProgressDialog dlg, AttributeType oldAttribute, AttributeType newAttribute) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java60 private AttributeType newAttribute; field in class:ModifyAttributeTask
67 * @param newAttribute the new attribute definition.
70 AttributeType oldAttribute, AttributeType newAttribute)
77 if (newAttribute == null)
79 throw new IllegalArgumentException("newAttribute cannot be null.");
82 this.newAttribute = newAttribute;
169 attrToAdd = newAttribute;
182 AttributeType newSuperior = newAttribute;
233 required.add(newAttribute);
69 ModifyAttributeTask(ControlPanelInfo info, ProgressDialog dlg, AttributeType oldAttribute, AttributeType newAttribute) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java59 private AttributeType newAttribute; field in class:ModifyAttributeTask
66 * @param newAttribute the new attribute definition.
69 AttributeType oldAttribute, AttributeType newAttribute)
76 if (newAttribute == null)
78 throw new IllegalArgumentException("newAttribute cannot be null.");
81 this.newAttribute = newAttribute;
168 attrToAdd = newAttribute;
181 AttributeType newSuperior = newAttribute;
232 required.add(newAttribute);
68 ModifyAttributeTask(ControlPanelInfo info, ProgressDialog dlg, AttributeType oldAttribute, AttributeType newAttribute) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java60 private AttributeType newAttribute; field in class:ModifyAttributeTask
67 * @param newAttribute the new attribute definition.
70 AttributeType oldAttribute, AttributeType newAttribute)
77 if (newAttribute == null)
79 throw new IllegalArgumentException("newAttribute cannot be null.");
82 this.newAttribute = newAttribute;
169 attrToAdd = newAttribute;
182 AttributeType newSuperior = newAttribute;
233 required.add(newAttribute);
69 ModifyAttributeTask(ControlPanelInfo info, ProgressDialog dlg, AttributeType oldAttribute, AttributeType newAttribute) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DModifyAttributeTask.java60 private AttributeType newAttribute; field in class:ModifyAttributeTask
67 * @param newAttribute the new attribute definition.
70 AttributeType oldAttribute, AttributeType newAttribute)
77 if (newAttribute == null)
79 throw new IllegalArgumentException("newAttribute cannot be null.");
82 this.newAttribute = newAttribute;
154 return newAttribute;
161 AttributeType newSuperior = newAttribute;
203 required.add(newAttribute);
69 ModifyAttributeTask(ControlPanelInfo info, ProgressDialog dlg, AttributeType oldAttribute, AttributeType newAttribute) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java108 private JButton newAttribute; field in class:BrowseSchemaPanel
285 newAttribute = Utilities.createButton(
287 newAttribute.setOpaque(false);
291 add(newAttribute, gbc);
292 newAttribute.addActionListener(new ActionListener()
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java107 private JButton newAttribute; field in class:BrowseSchemaPanel
284 newAttribute = Utilities.createButton(
286 newAttribute.setOpaque(false);
290 add(newAttribute, gbc);
291 newAttribute.addActionListener(new ActionListener()
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java108 private JButton newAttribute; field in class:BrowseSchemaPanel
285 newAttribute = Utilities.createButton(
287 newAttribute.setOpaque(false);
291 add(newAttribute, gbc);
292 newAttribute.addActionListener(new ActionListener()
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java107 private JButton newAttribute; field in class:BrowseSchemaPanel
284 newAttribute = Utilities.createButton(
286 newAttribute.setOpaque(false);
290 add(newAttribute, gbc);
291 newAttribute.addActionListener(new ActionListener()
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java108 private JButton newAttribute; field in class:BrowseSchemaPanel
285 newAttribute = Utilities.createButton(
287 newAttribute.setOpaque(false);
291 add(newAttribute, gbc);
292 newAttribute.addActionListener(new ActionListener()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java115 private JButton newAttribute; field in class:BrowseSchemaPanel
237 newAttribute = Utilities.createButton(INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON.get());
238 newAttribute.setOpaque(false);
242 add(newAttribute, gbc);
243 newAttribute.addActionListener(new ActionListener()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java693 Attribute a = newAttribute(type, valuesToRemove);
2452 Attribute a = newAttribute(type, removedValues);
2457 Attribute a2 = newAttribute(type, addedValues);
2849 removeAttrs.add(newAttribute(historyType, removeValues));
2881 removeAttrs.add(newAttribute(historyType, removeValues));
2913 private Attribute newAttribute(AttributeType type, LinkedHashSet<ByteString> values) method in class:PasswordPolicyState

Completed in 140 milliseconds