Package net.minheur.potoflux.login
Class Account
java.lang.Object
net.minheur.potoflux.login.Account
A class that stores every useful info about an account.
The user stored by the class can be identified with it's
The user stored by the class can be identified with it's
uuid-
Field Summary
FieldsModifier and TypeFieldDescriptionEmail of the user stored in this class.
This is also the user's id, used when logging inFirst name of the user stored in this classLast name of the user stored in this classbooleanWeather the current user's account is lockedPerms[]Actual perms of the user stored in this classintRank of the user stored in this classUUID of the user stored in this class -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
UUID of the user stored in this class -
firstName
First name of the user stored in this class -
lastName
Last name of the user stored in this class -
email
Email of the user stored in this class.
This is also the user's id, used when logging in -
perms
Actual perms of the user stored in this class -
rank
public int rankRank of the user stored in this class -
locked
public boolean lockedWeather the current user's account is locked
-
-
Constructor Details
-
Account
public Account()
-