Uses of Class
de.kosmos_lab.web.data.User
-
Packages that use User Package Description de.kosmos_lab.web.persistence de.kosmos_lab.web.server.example de.kosmos_lab.web.server.servlets -
-
Uses of User in de.kosmos_lab.web.persistence
Fields in de.kosmos_lab.web.persistence with type parameters of type User Modifier and Type Field Description protected ConcurrentHashMap<String,User>JSONPersistence. usersprotected ConcurrentHashMap<UUID,User>JSONPersistence. usersByUUIDMethods in de.kosmos_lab.web.persistence that return User Modifier and Type Method Description UserIUserPersistence. getUser(String username)get a user from persistenceUserIUserPersistence. getUser(UUID uuid)UserJSONPersistence. getUser(String username)UserJSONPersistence. getUser(UUID uuid)UserIUserPersistence. login(String username, String password)try to loginUserJSONPersistence. login(String username, String password)Methods in de.kosmos_lab.web.persistence with parameters of type User Modifier and Type Method Description voidJSONPersistence. cacheUser(User user)StringISesssionPersistence. getJWT(User user)get the jwt for a userStringIUserPersistence. getJWT(User user)get the jwt for a userStringJSONPersistence. getJWT(User user) -
Uses of User in de.kosmos_lab.web.server.example
Methods in de.kosmos_lab.web.server.example with parameters of type User Modifier and Type Method Description protected booleanExampleAuthedServlet. isMeOrAmAdmin(MyHttpServletRequest request, User u) -
Uses of User in de.kosmos_lab.web.server.servlets
Methods in de.kosmos_lab.web.server.servlets that return User Modifier and Type Method Description UserMyHttpServletRequest. getUser()
-