Package ontopoly

Class User

java.lang.Object
ontopoly.User

public class User extends Object
  • Constructor Details

    • User

      public User(String username, boolean autoLogin)
  • Method Details

    • getName

      public String getName()
      Returns the user name.
    • getFullname

      public String getFullname()
      Returns the full name of the user. Will fall back to the username if not exists.
    • isAutoLogin

      public boolean isAutoLogin()
      Returns true if the user was automatically logged in.