Searched refs:withDefaults (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ProviderStep.java115 final Map<String, Set<String>> withDefaults = serviceConfig.getAttributesForRead();
117 final Map<String, Set<String>> withoutValidators = SMSUtils.removeValidators(withDefaults,
122 } else if (shouldUpgradeClaims(withDefaults)) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeOAuth2ProviderStep.java133 final Map<String, Set<String>> withDefaults = serviceConfig.getAttributesForRead();
135 final Map<String, Set<String>> withoutValidators = SMSUtils.removeValidators(withDefaults,
140 } else if (shouldUpgradeClaims(withDefaults)) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java483 * @param withDefaults <code>true</code> to include default properties.
485 public static void initializeProperties(Properties properties, boolean reset, boolean withDefaults) { argument
487 if (withDefaults) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java482 * @param withDefaults <code>true</code> to include default properties.
484 public static void initializeProperties(Properties properties, boolean reset, boolean withDefaults) { argument
486 if (withDefaults) {

Completed in 38 milliseconds