Package ontopoly
Class User
java.lang.Object
ontopoly.User
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the full name of the user.getName()Returns the user name.booleanReturns true if the user was automatically logged in.
-
Constructor Details
-
User
-
-
Method Details
-
getName
Returns the user name. -
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.
-