Class ReplacingAttributeAdder
java.lang.Object
org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
org.apereo.cas.authentication.principal.merger.ReplacingAttributeAdder
- All Implemented Interfaces:
org.apereo.cas.authentication.principal.merger.AttributeMerger
Attribute merge strategy whereby considered attributes over-write
previously set values for attributes with colliding names.
- 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
-
ReplacingAttributeAdder
public ReplacingAttributeAdder()
-