Package io.datarouter.auth.service
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
-
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 voidonCopiedUser(String oldUsername, String newUsername)this gets called when the admin UI is used to copy a user, after the copy has been completed successfully.
-
Constructor Details
-
DefaultCopyUserListener
public DefaultCopyUserListener()
-
-
Method Details
-
onCopiedUser
Description copied from interface:CopyUserListenerthis gets called when the admin UI is used to copy a user, after the copy has been completed successfully.- Specified by:
onCopiedUserin interfaceCopyUserListener- Parameters:
oldUsername- the old DatarouterUser usernamenewUsername- the new DatarouterUser username
-