/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/ |
H A D | AdvicesHandleableByAMRequest.java | 63 * @param node the XML DOM node for the 68 public static AdvicesHandleableByAMRequest parseXML(Node node) argument
|
H A D | AdvicesHandleableByAMResponse.java | 103 * @param node the XML DOM node for the 107 public static AdvicesHandleableByAMResponse parseXML(Node node) { argument 109 (Set)PolicyUtils.parseAttributeValuePairs(node).get(
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/ |
H A D | AdvicesHandleableByAMRequest.java | 63 * @param node the XML DOM node for the 68 public static AdvicesHandleableByAMRequest parseXML(Node node) argument
|
H A D | AdvicesHandleableByAMResponse.java | 103 * @param node the XML DOM node for the 107 public static AdvicesHandleableByAMResponse parseXML(Node node) { argument 109 (Set)PolicyUtils.parseAttributeValuePairs(node).get(
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | AbstractNodeTask.java | 37 BasicNode node; field in class:AbstractNodeTask 41 * The constructor of the node searcher. 42 * @param node the node to be searched/refreshed. 44 protected AbstractNodeTask(BasicNode node) { argument 45 this.node = node; 51 * Returns the node that is being searched/refreshed. 52 * @return the node that is being searched/refreshed. 55 return node; [all...] |
H A D | NodeSearcherQueue.java | 109 * @param node the node whose associated tasks must be cancelled. 111 public synchronized void cancelForNode(BasicNode node) { argument 112 if (node == null) throw new IllegalArgumentException("null argument"); 116 if (task.getNode() == node) { 121 AbstractNodeTask task = workingList.get(node); 123 cancelList.put(node, node); 130 * Tells whether this node is in the working list. 131 * @param node th 135 isWorking(BasicNode node) argument [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | AbstractNodeTask.java | 38 BasicNode node; field in class:AbstractNodeTask 42 * The constructor of the node searcher. 43 * @param node the node to be searched/refreshed. 45 protected AbstractNodeTask(BasicNode node) { argument 46 this.node = node; 52 * Returns the node that is being searched/refreshed. 53 * @return the node that is being searched/refreshed. 56 return node; [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | AbstractNodeTask.java | 38 BasicNode node; field in class:AbstractNodeTask 42 * The constructor of the node searcher. 43 * @param node the node to be searched/refreshed. 45 protected AbstractNodeTask(BasicNode node) { argument 46 this.node = node; 52 * Returns the node that is being searched/refreshed. 53 * @return the node that is being searched/refreshed. 56 return node; [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | AbstractNodeTask.java | 37 BasicNode node; field in class:AbstractNodeTask 41 * The constructor of the node searcher. 42 * @param node the node to be searched/refreshed. 44 protected AbstractNodeTask(BasicNode node) { argument 45 this.node = node; 51 * Returns the node that is being searched/refreshed. 52 * @return the node that is being searched/refreshed. 55 return node; [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/ |
H A D | AbstractNodeTask.java | 38 BasicNode node; field in class:AbstractNodeTask 42 * The constructor of the node searcher. 43 * @param node the node to be searched/refreshed. 45 protected AbstractNodeTask(BasicNode node) { argument 46 this.node = node; 52 * Returns the node that is being searched/refreshed. 53 * @return the node that is being searched/refreshed. 56 return node; [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/ |
H A D | AbstractNodeTask.java | 37 BasicNode node; field in class:AbstractNodeTask 41 * The constructor of the node searcher. 42 * @param node the node to be searched/refreshed. 44 protected AbstractNodeTask(BasicNode node) { argument 45 this.node = node; 51 * Returns the node that is being searched/refreshed. 52 * @return the node that is being searched/refreshed. 55 return node; [all...] |
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/ |
H A D | Failure.java | 46 * @param node Failure Document Object Model Node. 48 public Failure(Node node) { argument 49 parseNode(node); 61 private void parseNode(Node node) { argument 62 Element elt = (Element)node; 63 type = elt.getAttribute("node"); 66 NodeList children = node.getChildNodes();
|
H A D | TestCase.java | 51 public TestCase(Node node) { argument 52 parseNode(node); 115 private void parseNode(Node node) { argument 116 Element elt = (Element)node; 121 NodeList childElements = node.getChildNodes();
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/tools/ |
H A D | Failure.java | 46 * @param node Failure Document Object Model Node. 48 public Failure(Node node) { argument 49 parseNode(node); 61 private void parseNode(Node node) { argument 62 Element elt = (Element)node; 63 type = elt.getAttribute("node"); 66 NodeList children = node.getChildNodes();
|
H A D | TestCase.java | 51 public TestCase(Node node) { argument 52 parseNode(node); 115 private void parseNode(Node node) { argument 116 Element elt = (Element)node; 121 NodeList childElements = node.getChildNodes();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ChoiceValues.java | 42 * class name must be specified within the XML node 97 * Returns the XML <code>AttributeSchema</code> node associated with this 100 * @return XML node of <code>AttributeSchema</code> 117 final void setKeyValues(Node node) { argument 118 keyValues = CreateServiceConfig.getAttributeValuePairs(node); 122 * Sets the <code>AttributeSchema</code> node of the XML schema 128 // Pointer to AttributeSchema, key-value pairs and parent node
|
H A D | DefaultValues.java | 43 * class name must be specified within the XML node 93 * Returns the XML <code>AttributeSchema</code> node associated with this 96 * @return XML node of <code>AttributeSchema</code> 113 final void setKeyValues(Node node) { argument 114 keyValues = CreateServiceConfig.getAttributeValuePairs(node); 118 * Sets the <code>AttributeSchema</code> node of the XML schema 124 // Pointer to AttributeSchema, key-value pairs and parent node
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ChoiceValues.java | 42 * class name must be specified within the XML node 97 * Returns the XML <code>AttributeSchema</code> node associated with this 100 * @return XML node of <code>AttributeSchema</code> 117 final void setKeyValues(Node node) { argument 118 keyValues = CreateServiceConfig.getAttributeValuePairs(node); 122 * Sets the <code>AttributeSchema</code> node of the XML schema 128 // Pointer to AttributeSchema, key-value pairs and parent node
|
H A D | DefaultValues.java | 44 * class name must be specified within the XML node 94 * Returns the XML <code>AttributeSchema</code> node associated with this 97 * @return XML node of <code>AttributeSchema</code> 114 final void setKeyValues(Node node) { argument 115 keyValues = CreateServiceConfig.getAttributeValuePairs(node); 119 * Sets the <code>AttributeSchema</code> node of the XML schema 125 // Pointer to AttributeSchema, key-value pairs and parent node
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ResetUserPasswordTask.java | 65 private BasicNode node; field in class:ResetUserPasswordTask 75 * @param node the node corresponding to the entry whose password is going 81 BasicNode node, BrowserController controller, char[] pwd) 85 this.node = node; 89 dn = DN.decode(node.getDN()); 103 throw new RuntimeException("Could not parse DN: "+node.getDN(), ode); 108 controller.findConnectionForDisplayedEntry(node); 117 useAdminCtx = controller.isConfigurationNode(node); 80 ResetUserPasswordTask(ControlPanelInfo info, ProgressDialog dlg, BasicNode node, BrowserController controller, char[] pwd) argument [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | ResetUserPasswordPanel.java | 61 private BasicNode node; field in class:ResetUserPasswordPanel 75 * Sets the node representing the entry that the user wants to modify the 77 * @param node the node. 80 public void setValue(BasicNode node, BrowserController controller) argument 82 this.node = node; 87 dn.setText(node.getDN()); 88 name.setText(node.getDisplayName()); 135 new ResetUserPasswordTask(getInfo(), dlg, node, controlle [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | BrowserNodeInfo.java | 57 * Returns <CODE>true</CODE> if the displayed entry is the root node of the 59 * @return <CODE>true</CODE> if the displayed entry is the root node of the 125 * Returns the basic node associated with the node info. 126 * @return the basic node associated with the node info. 139 * Tells wether the node passed as parameter represents the same node as this 141 * @param node the node 145 representsSameNode(BrowserNodeInfo node) argument [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/ |
H A D | BrowserCellRenderer.java | 53 * Sets which is the inspected node. This method simply marks the selected 54 * node in the tree so that it can have a different rendering. This is 56 * the menu action apply, to make a difference between the selected node in 59 * @param node the selected node. 61 public void setInspectedNode(BasicNode node) { argument 62 inspectedNode = node; 77 BasicNode node = (BasicNode)value; 78 super.getTreeCellRendererComponent(tree, node, isSelected, 82 setIcon(node [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/ |
H A D | ResetUserPasswordTask.java | 64 private BasicNode node; field in class:ResetUserPasswordTask 74 * @param node the node corresponding to the entry whose password is going 80 BasicNode node, BrowserController controller, char[] pwd) 84 this.node = node; 88 dn = DN.decode(node.getDN()); 102 throw new RuntimeException("Could not parse DN: "+node.getDN(), ode); 107 controller.findConnectionForDisplayedEntry(node); 116 useAdminCtx = controller.isConfigurationNode(node); 79 ResetUserPasswordTask(ControlPanelInfo info, ProgressDialog dlg, BasicNode node, BrowserController controller, char[] pwd) argument [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | ResetUserPasswordPanel.java | 60 private BasicNode node; field in class:ResetUserPasswordPanel 74 * Sets the node representing the entry that the user wants to modify the 76 * @param node the node. 79 public void setValue(BasicNode node, BrowserController controller) argument 81 this.node = node; 86 dn.setText(node.getDN()); 87 name.setText(node.getDisplayName()); 134 new ResetUserPasswordTask(getInfo(), dlg, node, controlle [all...] |