Class CopyUserListener.DefaultCopyUserListener

java.lang.Object
io.datarouter.auth.service.CopyUserListener.DefaultCopyUserListener
All Implemented Interfaces:
CopyUserListener
Enclosing interface:
CopyUserListener

public static class CopyUserListener.DefaultCopyUserListener
extends Object
implements CopyUserListener
  • Constructor Details

    • DefaultCopyUserListener

      public DefaultCopyUserListener()
  • Method Details

    • onCopiedUser

      public void onCopiedUser​(String oldUsername, String newUsername)
      Description copied from interface: CopyUserListener
      this gets called when the admin UI is used to copy a user, after the copy has been completed successfully.
      Specified by:
      onCopiedUser in interface CopyUserListener
      Parameters:
      oldUsername - the old DatarouterUser username
      newUsername - the new DatarouterUser username