Searched defs:child (Results 1 - 25 of 183) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
47 * channel as the child.
50 * A byte channel to use as the child.
61 private final ByteChannel child; field in class:RedirectingByteChannel
66 private RedirectingByteChannel(final ByteChannel child) argument
68 this.child = child;
85 child.close();
113 return child.isOpen();
131 return child
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
46 * channel as the child.
49 * A byte channel to use as the child.
60 private final ByteChannel child; field in class:RedirectingByteChannel
65 private RedirectingByteChannel(final ByteChannel child) argument
67 this.child = child;
84 child.close();
112 return child.isOpen();
130 return child
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
47 * channel as the child.
50 * A byte channel to use as the child.
61 private final ByteChannel child; field in class:RedirectingByteChannel
66 private RedirectingByteChannel(final ByteChannel child) argument
68 this.child = child;
85 child.close();
113 return child.isOpen();
131 return child
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
47 * channel as the child.
50 * A byte channel to use as the child.
61 private final ByteChannel child; field in class:RedirectingByteChannel
66 private RedirectingByteChannel(final ByteChannel child) argument
68 this.child = child;
85 child.close();
113 return child.isOpen();
131 return child
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
46 * channel as the child.
49 * A byte channel to use as the child.
60 private final ByteChannel child; field in class:RedirectingByteChannel
65 private RedirectingByteChannel(final ByteChannel child) argument
67 this.child = child;
84 child.close();
112 return child.isOpen();
130 return child
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
46 * channel as the child.
49 * A byte channel to use as the child.
60 private final ByteChannel child; field in class:RedirectingByteChannel
65 private RedirectingByteChannel(final ByteChannel child) argument
67 this.child = child;
82 child.close();
108 return child.isOpen();
124 return child
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java47 * see when a specified child entry has been added. When the child
63 private final DN child; field in class:DelayedConfigAddListener
80 * @param child
87 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
88 this.parent = child.getParent();
89 this.child = child;
100 * @param child
107 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java48 * see when a specified child entry has been added. When the child
64 private final DN child; field in class:DelayedConfigAddListener
81 * @param child
88 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
89 this.parent = child.getParent();
90 this.child = child;
101 * @param child
108 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java48 * see when a specified child entry has been added. When the child
64 private final DN child; field in class:DelayedConfigAddListener
81 * @param child
88 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
89 this.parent = child.getParent();
90 this.child = child;
101 * @param child
108 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java47 * see when a specified child entry has been added. When the child
63 private final DN child; field in class:DelayedConfigAddListener
80 * @param child
87 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
88 this.parent = child.getParent();
89 this.child = child;
100 * @param child
107 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java48 * see when a specified child entry has been added. When the child
64 private final DN child; field in class:DelayedConfigAddListener
81 * @param child
88 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
89 this.parent = child.getParent();
90 this.child = child;
101 * @param child
108 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DDelayedConfigAddListener.java42 * see when a specified child entry has been added. When the child
56 private final DN child; field in class:DelayedConfigAddListener
76 * @param child
83 public DelayedConfigAddListener(DN child, ConfigAddListener addListener) { argument
84 this.parent = child.parent();
85 this.child = child;
96 * @param child
103 public DelayedConfigAddListener(DN child, argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIdentityMembershipHelper.java70 * Populates the add remove child component with identity IDs.
72 * @param child The add remove child component.
83 CCAddRemove child,
94 (CCAddRemoveModel)child.getModel();
107 * @param child Add Remove Child Component which contains the selected
113 public static Map getSelectedIdentities(CCAddRemove child) { argument
115 child.restoreStateData();
116 CCAddRemoveModel addRemoveModel = (CCAddRemoveModel)child.getModel();
82 setSelectedIdentities( CCAddRemove child, SSOToken token, Locale userLocale, AMViewBeanBase viewBean, Map values ) argument
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DDelayedConfigAddListener.java40 * specified child entry has been added. When the child entry is added the add
54 private final DN child; field in class:DelayedConfigAddListener
74 * @param child
83 public DelayedConfigAddListener(DN child, ConfigAddListener addListener, ConfigurationRepository configRepository) { argument
84 this.parent = child.parent();
85 this.child = child;
95 * @param child
104 public DelayedConfigAddListener(DN child, ConfigDeleteListene argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIdentityMembershipHelper.java70 * Populates the add remove child component with identity IDs.
72 * @param child The add remove child component.
83 CCAddRemove child,
94 (CCAddRemoveModel)child.getModel();
107 * @param child Add Remove Child Component which contains the selected
113 public static Map getSelectedIdentities(CCAddRemove child) { argument
115 child.restoreStateData();
116 CCAddRemoveModel addRemoveModel = (CCAddRemoveModel)child.getModel();
82 setSelectedIdentities( CCAddRemove child, SSOToken token, Locale userLocale, AMViewBeanBase viewBean, Map values ) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java51 private JComponent child; field in class:CategoryPanel
61 * @param child the component that must be displayed by this panel if its
65 public CategoryPanel(JComponent child, Category category) argument
67 this.child = child;
71 panel.add(child, BorderLayout.CENTER);
95 child.setVisible(expanded);
117 return child;
145 * The custom listener used to display the child component.
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java50 private JComponent child; field in class:CategoryPanel
60 * @param child the component that must be displayed by this panel if its
64 public CategoryPanel(JComponent child, Category category) argument
66 this.child = child;
70 panel.add(child, BorderLayout.CENTER);
94 child.setVisible(expanded);
116 return child;
144 * The custom listener used to display the child component.
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java51 private JComponent child; field in class:CategoryPanel
61 * @param child the component that must be displayed by this panel if its
65 public CategoryPanel(JComponent child, Category category) argument
67 this.child = child;
71 panel.add(child, BorderLayout.CENTER);
95 child.setVisible(expanded);
117 return child;
145 * The custom listener used to display the child component.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java50 private JComponent child; field in class:CategoryPanel
60 * @param child the component that must be displayed by this panel if its
64 public CategoryPanel(JComponent child, Category category) argument
66 this.child = child;
70 panel.add(child, BorderLayout.CENTER);
94 child.setVisible(expanded);
116 return child;
144 * The custom listener used to display the child component.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java51 private JComponent child; field in class:CategoryPanel
61 * @param child the component that must be displayed by this panel if its
65 public CategoryPanel(JComponent child, Category category) argument
67 this.child = child;
71 panel.add(child, BorderLayout.CENTER);
95 child.setVisible(expanded);
117 return child;
145 * The custom listener used to display the child component.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationUtils.java132 * @param child realm where default privileges are copied from the
136 OrganizationConfigManager parent, OrganizationConfigManager child)
141 + " Child org: " + child.getOrganizationName());
145 DelegationManager cdm = new DelegationManager(token, child
147 String childOrgName = DNMapper.orgNameToDN(child.getOrganizationName());
172 // Construct a new AMIdentity object with child realm
135 copyRealmPrivilegesFromParent(SSOToken token, OrganizationConfigManager parent, OrganizationConfigManager child) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java51 private JComponent child; field in class:CategoryPanel
61 * @param child the component that must be displayed by this panel if its
65 public CategoryPanel(JComponent child, Category category) argument
67 this.child = child;
71 panel.add(child, BorderLayout.CENTER);
95 child.setVisible(expanded);
117 return child;
141 /** The custom listener used to display the child component. */
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/
H A DSimpleReferenceTree.java38 * reelected and any child nodes that have interest are elected for the first time; all other previously elected nodes
121 // Mark child node.
167 // Search for a matching child.
245 * Evaluate each child tree node against the given value.
249 * @param child
256 private void electChildren(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) { argument
257 while (child != null) {
259 if (child.hasInterestIn(searchTerm, context)) {
260 // Elect child as a candidate.
261 candidates.add(child);
288 lastChanceElection(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationUtils.java133 * @param child realm where default privileges are copied from the
137 OrganizationConfigManager parent, OrganizationConfigManager child)
142 + " Child org: " + child.getOrganizationName());
146 DelegationManager cdm = new DelegationManager(token, child
148 String childOrgName = DNMapper.orgNameToDN(child.getOrganizationName());
173 // Construct a new AMIdentity object with child realm
136 copyRealmPrivilegesFromParent(SSOToken token, OrganizationConfigManager parent, OrganizationConfigManager child) argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/
H A DSimpleReferenceTree.java38 * reelected and any child nodes that have interest are elected for the first time; all other previously elected nodes
121 // Mark child node.
167 // Search for a matching child.
245 * Evaluate each child tree node against the given value.
249 * @param child
256 private void electChildren(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) { argument
257 while (child != null) {
259 if (child.hasInterestIn(searchTerm, context)) {
260 // Elect child as a candidate.
261 candidates.add(child);
288 lastChanceElection(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) argument
[all...]

Completed in 415 milliseconds

12345678