Uses of Class
org.apache.wicket.examples.authorization.User

Packages that use User
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
static List<User> RolesApplication.USERS
          User DB.
 

Methods in org.apache.wicket.examples.authorization that return User
 User RolesSession.getUser()
          Gets user.
 

Methods in org.apache.wicket.examples.authorization with parameters of type User
 void RolesSession.setUser(User user)
          Sets user.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.