Searched defs:template (Results 1 - 25 of 243) sorted by relevance

12345678910

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java60 * This method takes an MakeLDIF template and a number of entries to create
63 * @param template MakeLDIF template to use.
69 createLoadEntries(String[] template, int numEntries) throws Exception { argument
78 templateFile.parse(template, warnings);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java69 * @param templatePath The path to the makeldif template file.
70 * @throws IOException If there is an exception parsing the template or
73 * template.
74 * @throws MakeLDIFException If there is an exception parsing the template or
82 TemplateFile template = new TemplateFile(resourcePath, new Random(1));
84 template.parse(templatePath, warnings);
85 makeLdif(ldifPath, template);
93 * @param templateLines The lines making up the template.
94 * @throws IOException If there is an exception parsing the template or
97 * template
121 makeLdif(String ldifPath, TemplateFile template) argument
[all...]
H A DTestRebuildTask.java44 private static String[] template = new String[] { field in class:TestRebuildTask
54 "template: person",
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java68 * @param templatePath The path to the makeldif template file.
69 * @throws IOException If there is an exception parsing the template or
72 * template.
73 * @throws MakeLDIFException If there is an exception parsing the template or
81 TemplateFile template = new TemplateFile(resourcePath, new Random(1));
83 template.parse(templatePath, warnings);
84 makeLdif(ldifPath, template);
92 * @param templateLines The lines making up the template.
93 * @throws IOException If there is an exception parsing the template or
96 * template
120 makeLdif(String ldifPath, TemplateFile template) argument
[all...]
H A DTestRebuildTask.java43 private static String[] template = new String[] { field in class:TestRebuildTask
53 "template: person",
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java59 * This method takes an MakeLDIF template and a number of entries to create
62 * @param template MakeLDIF template to use.
68 createLoadEntries(String[] template, int numEntries) throws Exception { argument
77 templateFile.parse(template, warnings);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java60 * This method takes an MakeLDIF template and a number of entries to create
63 * @param template MakeLDIF template to use.
69 createLoadEntries(String[] template, int numEntries) throws Exception { argument
78 templateFile.parse(template, warnings);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java69 * @param templatePath The path to the makeldif template file.
70 * @throws IOException If there is an exception parsing the template or
73 * template.
74 * @throws MakeLDIFException If there is an exception parsing the template or
82 TemplateFile template = new TemplateFile(resourcePath, new Random(1));
84 template.parse(templatePath, warnings);
85 makeLdif(ldifPath, template);
93 * @param templateLines The lines making up the template.
94 * @throws IOException If there is an exception parsing the template or
97 * template
121 makeLdif(String ldifPath, TemplateFile template) argument
[all...]
H A DTestRebuildTask.java44 private static String[] template = new String[] { field in class:TestRebuildTask
54 "template: person",
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java59 * This method takes an MakeLDIF template and a number of entries to create
62 * @param template MakeLDIF template to use.
68 createLoadEntries(String[] template, int numEntries) throws Exception { argument
77 templateFile.parse(template, warnings);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java68 * @param templatePath The path to the makeldif template file.
69 * @throws IOException If there is an exception parsing the template or
72 * template.
73 * @throws MakeLDIFException If there is an exception parsing the template or
81 TemplateFile template = new TemplateFile(resourcePath, new Random(1));
83 template.parse(templatePath, warnings);
84 makeLdif(ldifPath, template);
92 * @param templateLines The lines making up the template.
93 * @throws IOException If there is an exception parsing the template or
96 * template
120 makeLdif(String ldifPath, TemplateFile template) argument
[all...]
H A DTestRebuildTask.java43 private static String[] template = new String[] { field in class:TestRebuildTask
53 "template: person",
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DJebTestCase.java60 * This method takes an MakeLDIF template and a number of entries to create
63 * @param template MakeLDIF template to use.
69 createLoadEntries(String[] template, int numEntries) throws Exception { argument
78 templateFile.parse(template, warnings);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java69 * @param templatePath The path to the makeldif template file.
70 * @throws IOException If there is an exception parsing the template or
73 * template.
74 * @throws MakeLDIFException If there is an exception parsing the template or
82 TemplateFile template = new TemplateFile(resourcePath, new Random(1));
84 template.parse(templatePath, warnings);
85 makeLdif(ldifPath, template);
93 * @param templateLines The lines making up the template.
94 * @throws IOException If there is an exception parsing the template or
97 * template
121 makeLdif(String ldifPath, TemplateFile template) argument
[all...]
H A DTestRebuildTask.java44 private static String[] template = new String[] { field in class:TestRebuildTask
54 "template: person",
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DISearch.java125 * criteria specified in template, and return attributes specified there.
128 * @param template
129 * search template
133 public SearchResults getChildren(SearchTemplate template, argument
175 * in template, which also indicates which attributes to return. Search
178 * @param template
179 * search template
184 public SearchResults search(SearchTemplate template, argument
H A DOrganizationalUnit.java80 * in memory, using the default template. Call save() to save the object to
96 * @param template
97 * template for the OrganizationalUnit, containing required and
103 public OrganizationalUnit(CreationTemplate template, AttrSet attrSet) argument
105 super(template, attrSet);
H A DResource.java79 * using the default template. The save() method must be called to save the
96 * @param template
97 * template to the Resource
103 public Resource(CreationTemplate template, AttrSet attrSet) argument
105 super(template, attrSet);
109 * Return attribute set according to a supplied search template. The search
110 * template is used as attribute retrieval guidelines.
112 * @param template
113 * Search template
114 * @return attribute set with attribute names defined in the template
118 getAttributes(SearchTemplate template) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapCreator.java62 static final String template = field in class:BootstrapCreator
178 String url = StringUtils.strReplaceAll(template,
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/
H A DJebTestCase.java58 * This method takes an MakeLDIF template and a number of entries to create
61 * @param template MakeLDIF template to use.
67 createLoadEntries(String[] template, int numEntries) throws Exception { argument
76 templateFile.parse(template, warnings);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DLdifFileWriter.java68 * @param templatePath The path to the makeldif template file.
69 * @throws IOException If there is an exception parsing the template or
72 * template.
73 * @throws MakeLDIFException If there is an exception parsing the template or
81 TemplateFile template = new TemplateFile(resourcePath, new Random(1));
83 template.parse(templatePath, warnings);
84 makeLdif(ldifPath, template);
92 * @param templateLines The lines making up the template.
93 * @throws IOException If there is an exception parsing the template or
96 * template
120 makeLdif(String ldifPath, TemplateFile template) argument
[all...]
H A DTestRebuildTask.java43 private static String[] template = new String[] { field in class:TestRebuildTask
53 "template: person",
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DISearch.java125 * criteria specified in template, and return attributes specified there.
128 * @param template
129 * search template
133 public SearchResults getChildren(SearchTemplate template, argument
175 * in template, which also indicates which attributes to return. Search
178 * @param template
179 * search template
184 public SearchResults search(SearchTemplate template, argument
H A DOrganizationalUnit.java80 * in memory, using the default template. Call save() to save the object to
96 * @param template
97 * template for the OrganizationalUnit, containing required and
103 public OrganizationalUnit(CreationTemplate template, AttrSet attrSet) argument
105 super(template, attrSet);
H A DResource.java79 * using the default template. The save() method must be called to save the
96 * @param template
97 * template to the Resource
103 public Resource(CreationTemplate template, AttrSet attrSet) argument
105 super(template, attrSet);
109 * Return attribute set according to a supplied search template. The search
110 * template is used as attribute retrieval guidelines.
112 * @param template
113 * Search template
114 * @return attribute set with attribute names defined in the template
118 getAttributes(SearchTemplate template) argument
[all...]

Completed in 1761 milliseconds

12345678910