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

Packages that use User
org.apache.wicket.examples.library   
 

Uses of User in org.apache.wicket.examples.library
 

Methods in org.apache.wicket.examples.library that return User
 User LibrarySession.authenticate(String username, String password)
          Checks the given username and password, returning a User object if if the username and password identify a valid user.
 User LibrarySession.getUser()
           
 

Methods in org.apache.wicket.examples.library with parameters of type User
 void LibrarySession.setUser(User user)
           
 



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