Uses of Class
edu.wisc.game.sql.User
Packages that use User
Package
Description
The RESTful web API
Persistent data structures
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 -
Uses of User in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return UserModifier and TypeMethodDescriptionstatic User
User.findByName
(javax.persistence.EntityManager em, String nickname) Can be used instead of (User)em.find(User.class, un);PlayerInfo.getUser()
Methods in edu.wisc.game.sql with parameters of type User -
Uses of User in edu.wisc.game.web
Methods in edu.wisc.game.web with parameters of type UserModifier and TypeMethodDescriptionvoid
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.