Class CmdChangePassword

java.lang.Object
net.tangly.app.ui.CmdChangePassword
All Implemented Interfaces:
net.tangly.ui.app.domain.Cmd

public class CmdChangePassword extends Object implements net.tangly.ui.app.domain.Cmd
  • Field Details

  • Constructor Details

    • CmdChangePassword

      public CmdChangePassword(@NotNull @NotNull AppsBoundedDomain domain, @NotNull @NotNull net.tangly.core.domain.User subject)
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface net.tangly.ui.app.domain.Cmd
    • dialog

      public com.vaadin.flow.component.dialog.Dialog dialog()
      Specified by:
      dialog in interface net.tangly.ui.app.domain.Cmd