Searched refs:toArray (Results 51 - 75 of 821) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A Dgetavailableuserstoassign.js98 taskCandidateUserArray = taskDefinition.taskCandidateUser.toArray();
104 taskCandidateGroupArray = taskDefinition.taskCandidateGroup.toArray();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DTestBackupAndRestore.java172 return l.toArray(new String[0]);
184 return l.toArray(new String[0]);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java321 valuesList.toArray(ret);
359 attrValueList.toArray(attrValuesArray);
384 attributeList.toArray(ret);
424 rolesList.toArray(rolesArray);
442 groupsList.toArray(groupsArray);
460 membersList.toArray(membersArray);
494 attrValueList.toArray(attrValuesArray);
508 attrList.toArray(attrArray);
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DServerSideSortRequestControl.java122 new SortOrder(sortKeys.toArray(new SortKey[0])));
164 new SortOrder(sortKeys.toArray(new SortKey[0])));
456 return new SortOrder(sortKeys.toArray(new SortKey[0]));
494 return new SortOrder(sortKeys.toArray(new SortKey[0]));
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DServerSideSortRequestControl.java121 new SortOrder(sortKeys.toArray(new SortKey[0])));
163 new SortOrder(sortKeys.toArray(new SortKey[0])));
455 return new SortOrder(sortKeys.toArray(new SortKey[0]));
493 return new SortOrder(sortKeys.toArray(new SortKey[0]));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DStartStopTask.java108 arguments.toArray(args);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DStartStopTask.java107 arguments.toArray(args);
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DServerSideSortRequestControl.java122 new SortOrder(sortKeys.toArray(new SortKey[0])));
164 new SortOrder(sortKeys.toArray(new SortKey[0])));
456 return new SortOrder(sortKeys.toArray(new SortKey[0]));
494 return new SortOrder(sortKeys.toArray(new SortKey[0]));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DStartStopTask.java108 arguments.toArray(args);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DStartStopTask.java107 arguments.toArray(args);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DServerSideSortRequestControl.java122 new SortOrder(sortKeys.toArray(new SortKey[0])));
164 new SortOrder(sortKeys.toArray(new SortKey[0])));
456 return new SortOrder(sortKeys.toArray(new SortKey[0]));
494 return new SortOrder(sortKeys.toArray(new SortKey[0]));
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DServerSideSortRequestControl.java121 new SortOrder(sortKeys.toArray(new SortKey[0])));
163 new SortOrder(sortKeys.toArray(new SortKey[0])));
455 return new SortOrder(sortKeys.toArray(new SortKey[0]));
493 return new SortOrder(sortKeys.toArray(new SortKey[0]));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DStartStopTask.java108 arguments.toArray(args);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DStartStopTask.java100 arguments.toArray(args);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DServerSideSortRequestControl.java114 new SortOrder(sortKeys.toArray(new SortKey[0])));
154 new SortOrder(sortKeys.toArray(new SortKey[0])));
444 return new SortOrder(sortKeys.toArray(new SortKey[0]));
470 return new SortOrder(sortKeys.toArray(new SortKey[0]));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DFileNumberRetentionPolicy.java107 return filesToDelete.toArray(new File[0]);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/
H A DScriptedIdentity.java98 setAttribute(attributeName, currentAttributeValues.toArray());
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/
H A DScriptedIdentity.java98 setAttribute(attributeName, currentAttributeValues.toArray());
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java474 nameList.toArray(firstNames);
493 nameList.toArray(lastNames);
629 fileLines.toArray(lines);
676 fileLines.toArray(lines);
823 lineList.toArray(branchLines);
867 lineList.toArray(templateLines);
1165 attrList.toArray(rdnAttributes);
1219 subTemplateNames.toArray(subordinateTemplateNames);
1500 tagList.toArray(tagArray);
1559 argList.toArray(arg
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java473 nameList.toArray(firstNames);
492 nameList.toArray(lastNames);
628 fileLines.toArray(lines);
675 fileLines.toArray(lines);
822 lineList.toArray(branchLines);
866 lineList.toArray(templateLines);
1164 attrList.toArray(rdnAttributes);
1218 subTemplateNames.toArray(subordinateTemplateNames);
1499 tagList.toArray(tagArray);
1558 argList.toArray(arg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java474 nameList.toArray(firstNames);
493 nameList.toArray(lastNames);
629 fileLines.toArray(lines);
676 fileLines.toArray(lines);
823 lineList.toArray(branchLines);
867 lineList.toArray(templateLines);
1165 attrList.toArray(rdnAttributes);
1219 subTemplateNames.toArray(subordinateTemplateNames);
1500 tagList.toArray(tagArray);
1559 argList.toArray(arg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java474 nameList.toArray(firstNames);
493 nameList.toArray(lastNames);
629 fileLines.toArray(lines);
676 fileLines.toArray(lines);
823 lineList.toArray(branchLines);
867 lineList.toArray(templateLines);
1165 attrList.toArray(rdnAttributes);
1219 subTemplateNames.toArray(subordinateTemplateNames);
1500 tagList.toArray(tagArray);
1559 argList.toArray(arg
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateFile.java473 nameList.toArray(firstNames);
492 nameList.toArray(lastNames);
628 fileLines.toArray(lines);
675 fileLines.toArray(lines);
822 lineList.toArray(branchLines);
866 lineList.toArray(templateLines);
1164 attrList.toArray(rdnAttributes);
1218 subTemplateNames.toArray(subordinateTemplateNames);
1499 tagList.toArray(tagArray);
1558 argList.toArray(arg
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateFile.java436 nameList.toArray(firstNames);
441 nameList.toArray(lastNames);
575 fileLines.toArray(lines);
618 fileLines.toArray(lines);
757 lineList.toArray(branchLines);
796 lineList.toArray(templateLines);
1089 attrList.toArray(rdnAttributes);
1143 subTemplateNames.toArray(subordinateTemplateNames);
1421 tagList.toArray(tagArray);
1480 argList.toArray(arg
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DPasswordPolicyImportPlugin.java166 schemeList.toArray(defaultAuthPasswordSchemes);
222 schemeList.toArray(defaultUserPasswordSchemes);
299 schemeList.toArray(schemeArray);
307 authPWTypes.toArray(authTypesArray);
308 userPWTypes.toArray(userTypesArray);
782 schemeList.toArray(defaultAuthSchemes);
841 schemeList.toArray(defaultUserSchemes);

Completed in 64 milliseconds

1234567891011>>