Package org.openwms.core.uaa.impl
Interface UserUpdater
- All Superinterfaces:
org.springframework.plugin.core.Plugin<String>
- All Known Implementing Classes:
EmailUpdater
,UserBasicFieldUpdater
A UserUpdater.
- Author:
- Heiko Scherrer
-
Method Summary
Methods inherited from interface org.springframework.plugin.core.Plugin
supports
-
Method Details
-
update
User update(@NotNull @NotNull User existingInstance, @Valid @NotNull @Valid @NotNull User newInstance) Update the givenexistingInstance
partially with the contents ofnewInstance
.- Parameters:
existingInstance
- The existing instancenewInstance
- Contains the properties to update- Returns:
- The updated instance
-