Searched defs:sections (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java38 private static Map sections = new HashMap(); field in class:SAMLPropertyTemplate
137 sections.put(SAMLProperty.COMMON_SETTINGS,
139 sections.put(SAMLProperty.ROLE_DESTINATION,
141 sections.put(SAMLProperty.ROLE_SOURCE,
143 sections.put(SAMLProperty.METHOD_ARTIFACT,
145 sections.put(SAMLProperty.METHOD_POST,
147 sections.put(SAMLProperty.METHOD_SOAP,
172 return (String)sections.get(name);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java237 String sectionOrder = getConsoleString(console, "sections." + serviceName + "." + serviceType);
238 List<String> sections = new ArrayList<>();
240 sections.addAll(Arrays.asList(sectionOrder.split("\\s+")));
243 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, sections, attributeSectionMap, console, serviceType,
249 protected void addAttributeSchema(JsonValue result, String path, ServiceSchema schema, List<String> sections, argument
260 if (!sections.isEmpty()) {
269 "z" + sectionFormat.format(sections.indexOf(section)));
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyTemplate.java38 private static Map sections = new HashMap(); field in class:SAMLPropertyTemplate
137 sections.put(SAMLProperty.COMMON_SETTINGS,
139 sections.put(SAMLProperty.ROLE_DESTINATION,
141 sections.put(SAMLProperty.ROLE_SOURCE,
143 sections.put(SAMLProperty.METHOD_ARTIFACT,
145 sections.put(SAMLProperty.METHOD_POST,
147 sections.put(SAMLProperty.METHOD_SOAP,
172 return (String)sections.get(name);
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DManPageFinder.java62 * Man pages are come in sections (1 through 9, 1m through 9m),
69 * wanted is versions before sections before language specificity),
81 private static final String[] sections = { field in class:ManPageFinder
130 return i < locales.length && j < sections.length;
138 commandName + "." + sections[j++];
140 if (j == sections.length) {

Completed in 99 milliseconds