Interface IUser

  • All Known Implementing Classes:
    User

    public interface IUser
    • Method Detail

      • canAccess

        boolean canAccess​(int level)
      • checkPassword

        boolean checkPassword​(String input)
      • getLevel

        int getLevel()
      • getUUID

        UUID getUUID()
      • isAdmin

        boolean isAdmin()
      • toJWT

        org.json.JSONObject toJWT()