Package pro.taskana.spi.user.api
Interface RefreshUserPostprocessor
public interface RefreshUserPostprocessor
The RefreshUserPostprocessor allows to implement custom behaviour after a User has
been updated.
-
Method Summary
Modifier and TypeMethodDescriptionprocessUserAfterRefresh(User userToProcess) Processes a User after its refresh.