Uses of Interface
net.sf.ooweb.objectmapping.User

Packages that use User
net.sf.ooweb.http This package contains the HTTP support classes. 
net.sf.ooweb.objectmapping   
 

Uses of User in net.sf.ooweb.http
 

Classes in net.sf.ooweb.http that implement User
 class WebUser
          WebUser implements the User interface to provide basic user modelling.
 

Uses of User in net.sf.ooweb.objectmapping
 

Methods in net.sf.ooweb.objectmapping that return User
 User Authenticator.authenticate(java.lang.String username, java.lang.String password)
          This method should authenticate the credentials passed to the web framework by the web user.
 



Copyright (C) 2005-2007 OOWeb Authors.