Uses of Class
org.apache.wicket.examples.authorization.User
-
Packages that use User Package Description org.apache.wicket.examples.authorization -
-
Uses of User in org.apache.wicket.examples.authorization
Fields in org.apache.wicket.examples.authorization with type parameters of type User Modifier and Type Field Description static List<User>RolesApplication. USERSUser DB.Methods in org.apache.wicket.examples.authorization that return User Modifier and Type Method Description UserRolesSession. getUser()Gets user.Methods in org.apache.wicket.examples.authorization with parameters of type User Modifier and Type Method Description voidRolesSession. setUser(User user)Sets user.
-