Package ontopoly

Class User


  • public class User
    extends Object
    • Constructor Detail

      • User

        public User​(String username,
                    boolean autoLogin)
    • Method Detail

      • 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.