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 java.lang.Object
implements CopyUserListener
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.auth.service.CopyUserListener

    CopyUserListener.DefaultCopyUserListener
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultCopyUserListener()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onCopiedUser

      public void onCopiedUser​(java.lang.String oldUsername, java.lang.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