Uses of Class
MySTARS.User

  • Uses of User in MySTARS

    Subclasses of User in MySTARS 
    Modifier and Type Class Description
    class  Admin
    The User class that defines the actions of a System Administator.
    class  Student
    Represents one Student
    Fields in MySTARS declared as User 
    Modifier and Type Field Description
    protected static User Database.CURRENT_USER
    A User object that keeps track of the currently logged in User.
    Fields in MySTARS with type parameters of type User 
    Modifier and Type Field Description
    protected static java.util.HashMap<java.lang.String,​User> Database.USERS
    A Hashmap<String, User> that stores all Users and their contained information.