This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.cocoon.auth.impl.UserInfo (Cocoon Authentication Block Implementation 1.0.0 API)

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.