Uses of Class
edu.wisc.game.sql.User
-
Packages that use User Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structuresedu.wisc.game.web Back-end classes for some auxiliary JSP pages -
-
Uses of User in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return User Modifier and Type Method Description User
UserResponse. getUser()
-
Uses of User in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return User Modifier and Type Method Description static User
User. findByName(javax.persistence.EntityManager em, String nickname)
Can be used instead of (User)em.find(User.class, un);User
PlayerInfo. getUser()
Methods in edu.wisc.game.sql with parameters of type User Modifier and Type Method Description void
PlayerInfo. setUser(User _user)
-
Uses of User in edu.wisc.game.web
Methods in edu.wisc.game.web with parameters of type User Modifier and Type Method Description void
SessionData. storeUserInfo(User user, boolean _passwordMatched)
Saves the user name (received from the [validated] login form, or recovered via a persistent cookie) into the session's memory.
-