Uses of Class
org.apache.cocoon.auth.impl.UserInfo

Packages that use UserInfo
org.apache.cocoon.auth.impl   
 

Uses of UserInfo in org.apache.cocoon.auth.impl
 

Methods in org.apache.cocoon.auth.impl that return UserInfo
 UserInfo UserDAO.getUserInfo(String name)
          Get a user info for the given user name.
 

Methods in org.apache.cocoon.auth.impl with parameters of type UserInfo
 void UserDAO.storeUserInfo(UserInfo info)
          Store or update a user info in the database.
 org.apache.cocoon.auth.User UserDAO.getUser(UserInfo info)
          Get the complete user for the user info.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.