This project has retired. For details please refer to its Attic page.
UserDAO (Cocoon Authentication Block Implementation 1.0.0 API)

org.apache.cocoon.auth.impl
Interface UserDAO


public interface UserDAO

Interface for the user dao.

Version:
$Id: UserDAO.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 org.apache.cocoon.auth.User getUser(UserInfo info)
          Get the complete user for the user info.
 UserInfo getUserInfo(String name)
          Get a user info for the given user name.
 void storeUserInfo(UserInfo info)
          Store or update a user info in the database.
 

Method Detail

getUserInfo

public UserInfo getUserInfo(String name)
Get a user info for the given user name.


storeUserInfo

public void storeUserInfo(UserInfo info)
Store or update a user info in the database.


getUser

public org.apache.cocoon.auth.User getUser(UserInfo info)
Get the complete user for the user info.



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