Interface RefreshUserPostprocessor


  • public interface RefreshUserPostprocessor
    The RefreshUserPostprocessor allows to implement custom behaviour after a User has been updated.
    • Method Detail

      • processUserAfterRefresh

        User processUserAfterRefresh​(User userToProcess)
        Processes a User after its refresh.
        Parameters:
        userToProcess - User the User to preprocess
        Returns:
        the User after it has been processed