Class MultivaluedAttributeMerger
java.lang.Object
org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
org.apereo.cas.authentication.principal.merger.MultivaluedAttributeMerger
- All Implemented Interfaces:
org.apereo.cas.authentication.principal.merger.AttributeMerger
Merger that retains values from both maps. If a value exists for
a key in both maps the following is done:
- Since:
- 7.1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
mergeAttributes, mergeAvailableQueryAttributes, mergePossibleUserAttributeNames, mergeResults
-
Constructor Details
-
MultivaluedAttributeMerger
public MultivaluedAttributeMerger()
-
-
Method Details
-
isDistinctValues
public boolean isDistinctValues() -
setDistinctValues
public void setDistinctValues(boolean distinctValues)
-