Searched refs:getChild (Results 176 - 200 of 515) sorted by relevance

1234567891011>>

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgDefn.java420 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
463 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
608 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
666 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgDefn.java421 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
464 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
609 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
667 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgDefn.java420 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
463 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
608 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
666 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgDefn.java421 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
464 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
609 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
667 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/session/
H A DSMProfileViewBean.java162 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
197 (CCDropDownMenu)getChild(CHILD_SERVER_NAME_MENU);
323 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
374 CCActionTable child = (CCActionTable)getChild(TBL_SESSIONS);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/
H A DCreateFedletViewBean.java183 CCDropDownMenu menuUserAttribute = (CCDropDownMenu) getChild(
194 CCDropDownMenu menuRealm = (CCDropDownMenu)getChild(REALM);
209 CCDropDownMenu menuCOT = (CCDropDownMenu)getChild("choiceCOT");
224 CCDropDownMenu menuIDP = (CCDropDownMenu)getChild(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java125 SerializedField szCache = (SerializedField)getChild(
186 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
282 CCActionTable table = (CCActionTable)getChild(TBL_PROPERTY_NAMES);
285 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DCreateSAML2MetaDataViewBean.java131 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
180 (CCDropDownMenu)getChild("singleChoiceRealm");
320 CCEditableList eList = (CCEditableList) getChild(AFFI_MEMBERS);
352 CCEditableList eList = (CCEditableList) getChild(AFFI_MEMBERS);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionSchemaGUI.java72 View view = viewBean.getChild(viewName);
H A DPMDefaultAuthLevelConditionAddViewBean.java76 CCSelect sl = (CCSelect)getChild(AuthLevelHelper.ATTR_REALM);
H A DPMDefaultAuthSchemeConditionEditViewBean.java82 CCSelect sl = (CCSelect)getChild(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMDiscoveryDescriptionEditViewBean.java117 CCAddRemove view = (CCAddRemove)getChild(ATTR_NAME_SECURITY_MECH_ID);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DTestParentCfgDefn.java355 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
382 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
475 return impl.getChild(INSTANCE.getTestChildrenRelationDefinition(), name).getConfiguration();
509 return impl.getChild(INSTANCE.getOptionalTestChildRelationDefinition()).getConfiguration();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java125 SerializedField szCache = (SerializedField)getChild(
186 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
282 CCActionTable table = (CCActionTable)getChild(TBL_PROPERTY_NAMES);
285 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DCreateSAML2MetaDataViewBean.java131 AMPropertySheet ps = (AMPropertySheet) getChild(PROPERTIES);
180 (CCDropDownMenu)getChild("singleChoiceRealm");
320 CCEditableList eList = (CCEditableList) getChild(AFFI_MEMBERS);
352 CCEditableList eList = (CCEditableList) getChild(AFFI_MEMBERS);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionSchemaGUI.java72 View view = viewBean.getChild(viewName);
H A DPMDefaultAuthLevelConditionAddViewBean.java76 CCSelect sl = (CCSelect)getChild(AuthLevelHelper.ATTR_REALM);
H A DPMDefaultAuthSchemeConditionEditViewBean.java82 CCSelect sl = (CCSelect)getChild(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMDiscoveryDescriptionEditViewBean.java117 CCAddRemove view = (CCAddRemove)getChild(ATTR_NAME_SECURITY_MECH_ID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/
H A DSMProfileViewBean.java165 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
204 (CCDropDownMenu) getChild(CHILD_SERVER_NAME_MENU);
305 SerializedField szCache = (SerializedField)getChild(SZ_CACHE);
356 CCActionTable child = (CCActionTable)getChild(TBL_SESSIONS);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DCreateFedletViewBean.java184 CCDropDownMenu menuUserAttribute = (CCDropDownMenu) getChild(
195 CCDropDownMenu menuRealm = (CCDropDownMenu)getChild(REALM);
215 CCDropDownMenu menuCOT = (CCDropDownMenu)getChild("choiceCOT");
230 CCDropDownMenu menuIDP = (CCDropDownMenu)getChild(
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java177 ManagedObject<?> child = result.getValue().getChild(r, childName);
221 ManagedObject<?> child = result.getValue().getChild(r);
315 ManagedObject<?> child = result.getValue().getChild(r, childName);
359 ManagedObject<?> child = result.getValue().getChild(r);
1177 child = parent.getChild((InstantiableRelationDefinition<C,S>)r,
1180 child = parent.getChild((SetRelationDefinition<C,S>)r, childName);
1242 cd = d.getChild(shortName);
1247 cd = d.getChild(friendlyName);
1303 AbstractManagedObjectDefinition<?, ?> cd = d.getChild(longName);
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java176 ManagedObject<?> child = result.getValue().getChild(r, childName);
220 ManagedObject<?> child = result.getValue().getChild(r);
314 ManagedObject<?> child = result.getValue().getChild(r, childName);
358 ManagedObject<?> child = result.getValue().getChild(r);
1176 child = parent.getChild((InstantiableRelationDefinition<C,S>)r,
1179 child = parent.getChild((SetRelationDefinition<C,S>)r, childName);
1241 cd = d.getChild(shortName);
1246 cd = d.getChild(friendlyName);
1302 AbstractManagedObjectDefinition<?, ?> cd = d.getChild(longName);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java177 ManagedObject<?> child = result.getValue().getChild(r, childName);
221 ManagedObject<?> child = result.getValue().getChild(r);
315 ManagedObject<?> child = result.getValue().getChild(r, childName);
359 ManagedObject<?> child = result.getValue().getChild(r);
1177 child = parent.getChild((InstantiableRelationDefinition<C,S>)r,
1180 child = parent.getChild((SetRelationDefinition<C,S>)r, childName);
1242 cd = d.getChild(shortName);
1247 cd = d.getChild(friendlyName);
1303 AbstractManagedObjectDefinition<?, ?> cd = d.getChild(longName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java177 ManagedObject<?> child = result.getValue().getChild(r, childName);
221 ManagedObject<?> child = result.getValue().getChild(r);
315 ManagedObject<?> child = result.getValue().getChild(r, childName);
359 ManagedObject<?> child = result.getValue().getChild(r);
1177 child = parent.getChild((InstantiableRelationDefinition<C,S>)r,
1180 child = parent.getChild((SetRelationDefinition<C,S>)r, childName);
1242 cd = d.getChild(shortName);
1247 cd = d.getChild(friendlyName);
1303 AbstractManagedObjectDefinition<?, ?> cd = d.getChild(longName);

Completed in 134 milliseconds

1234567891011>>