Interface CopyUserListener

All Known Implementing Classes:
CopyUserListener.DefaultCopyUserListener

public interface CopyUserListener
Allows specifying additional logic for copying users
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  CopyUserListener.DefaultCopyUserListener  
  • Method Summary

    Modifier and Type Method Description
    void onCopiedUser​(String oldUsername, String newUsername)
    this gets called when the admin UI is used to copy a user, after the copy has been completed successfully.
  • Method Details

    • onCopiedUser

      void onCopiedUser​(String oldUsername, String newUsername)
      this gets called when the admin UI is used to copy a user, after the copy has been completed successfully.
      Parameters:
      oldUsername - the old DatarouterUser username
      newUsername - the new DatarouterUser username