70717273747576
@DataBoundConstructor public Administrator() {} @Override public AccountInfo getAccount(ManagedWindowsServiceLauncher launcher) { return new AccountInfo(launcher.userName,Secret.toString(launcher.password)); }
979899100101102103
this.password = password; } @Override public AccountInfo getAccount(ManagedWindowsServiceLauncher launcher) { return new AccountInfo(userName,Secret.toString(password)); }