Class AccountCreator

java.lang.Object
games.stendhal.server.core.account.AccountCreator

public class AccountCreator extends Object
Creates a new account as requested by a client.
  • Constructor Details

    • AccountCreator

      public AccountCreator(String username, String password, String email)
      creates a new AccountCreator.
      Parameters:
      username - name of the user
      password - password for this account
      email - email contact
  • Method Details

    • create

      public AccountResult create()
      tries to create this account.
      Returns:
      AccountResult