Searched refs:sections (Results 1 - 22 of 22) sorted by relevance

/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/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/authenticator-ios-v2/unit-tests/
H A DFRAAccountsTableViewControllerTests.m94 NSInteger sections = [accountsController numberOfSectionsInTableView:accountsController.tableView];
98 XCTAssertEqual(sections, 1);
111 NSInteger sections = [accountsController numberOfSectionsInTableView:accountsController.tableView];
115 XCTAssertEqual(sections, 1);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsGlobalSingletonProvider.java127 String sectionOrder = getConsoleString(console, "sections." + serviceName + "." + serviceType);
128 List<String> sections = new ArrayList<String>();
130 sections.addAll(Arrays.asList(sectionOrder.split("\\s+")));
132 addAttributeSchema(result, "/properties/defaults/", organizationSchema, sections,
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)));
H A DSmsSingletonProvider.java259 String sectionOrder = getConsoleString(console, "sections." + serviceName + "." + serviceType);
260 List<String> sections = new ArrayList<String>();
262 sections.addAll(Arrays.asList(sectionOrder.split("\\s+")));
264 addAttributeSchema(result, "/properties/dynamic/", dynamicSchema, sections, attributeSectionMap,
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java476 List<String> sections = getSections(attributeSectionMap, serviceType);
482 if (!sections.isEmpty()) {
491 sections.indexOf(section));
513 List<String> sections = new ArrayList<>();
517 sections.addAll(asList(console.getString("sections." + serviceName + "." + serviceType).split("\\s+")));
519 // ignore - no sections
522 if (sections.isEmpty()) {
524 if (!sections.contains(attributeSection)) {
525 sections
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java387 String sections = getLocalizedString("sections." + schemaId);
388 if (isNotEmpty(sections)) {
389 List<String> sectionList = asList(sections.split(" "));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilder.java545 String name = "sections." + serviceName + "." + schemaType.getType();
553 List<String> sections = new ArrayList<String>();
556 sections.add(st.nextToken());
559 sectionForType.put(schemaType, sections);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java387 String sections = getLocalizedString("sections." + schemaId);
388 if (isNotEmpty(sections)) {
389 List<String> sectionList = asList(sections.split(" "));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilder.java545 String name = "sections." + serviceName + "." + schemaType.getType();
553 List<String> sections = new ArrayList<String>();
556 sections.add(st.nextToken());
559 sectionForType.put(schemaType, sections);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/
H A DREADME.md74 "ldapPassword" to "userPassword" in the properties sections because it is done in the script.
/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/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/ ...

Completed in 155 milliseconds