|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.services.persondir.support.merger.ReplacingAttributeAdder
public class ReplacingAttributeAdder
Attribute merge strategy whereby considered attributes over-write previously set values for attributes with colliding names.
| Constructor Summary | |
|---|---|
ReplacingAttributeAdder()
|
|
| Method Summary | |
|---|---|
java.util.Map |
mergeAttributes(java.util.Map toModify,
java.util.Map toConsider)
Simply puts all the values in toConsider into toModify and returns toModify. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplacingAttributeAdder()
| Method Detail |
|---|
public java.util.Map mergeAttributes(java.util.Map toModify,
java.util.Map toConsider)
mergeAttributes in interface IAttributeMergertoModify - - the Map we are to modifytoConsider - - the Map we are to consider in modifying toModify
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||