Searched defs:tagSwapValues (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java244 final Map<String, String> tagswapValues = propertiesHolderRef.get().tagSwapValues;
746 private final Map<String, String> tagSwapValues; field in class:SystemProperties.PropertiesHolder
751 this.tagSwapValues = Collections.emptyMap();
767 this.tagSwapValues = Collections.unmodifiableMap(tagSwapMap);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java243 final Map<String, String> tagswapValues = propertiesHolderRef.get().tagSwapValues;
745 private final Map<String, String> tagSwapValues; field in class:SystemProperties.PropertiesHolder
750 this.tagSwapValues = Collections.emptyMap();
766 this.tagSwapValues = Collections.unmodifiableMap(tagSwapMap);

Completed in 56 milliseconds