Searched refs:finalAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java539 * values and remove them from the finalAttributes which will end up being used to create the
548 * @param finalAttributes a map of values that will be used to create the agent configuration.
550 public static void removeDefaultDuplicates(Map<String, Set<String>> attributeValues, Map<String, Set<String>> finalAttributes) { argument
559 if (finalAttributes.containsKey(attributeKey)) {
560 finalAttributes.remove(attributeKey);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java548 * values and remove them from the finalAttributes which will end up being used to create the
557 * @param finalAttributes a map of values that will be used to create the agent configuration.
559 public static void removeDefaultDuplicates(Map<String, Set<String>> attributeValues, Map<String, Set<String>> finalAttributes) { argument
568 if (finalAttributes.containsKey(attributeKey)) {
569 finalAttributes.remove(attributeKey);

Completed in 38 milliseconds