Package pro.taskana.spi.user.api
Interface RefreshUserPostprocessor
-
public interface RefreshUserPostprocessorThe RefreshUserPostprocessor allows to implement custom behaviour after a User has been updated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserprocessUserAfterRefresh(User userToProcess)Processes a User after its refresh.
-