Interface RefreshUserPostprocessor


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

    Modifier and Type
    Method
    Description
    Processes a User after its refresh.
  • Method Details

    • processUserAfterRefresh

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