org.apache.cocoon.portal.profile.impl
Interface UserInfoProvider

All Known Implementing Classes:
AuthenticationFWUserInfoProvider, UserInfoProviderImpl

public interface UserInfoProvider

Get the information about the current user. This data object is used for loading the profile. It decouples the portal from the used authentication method.

Version:
CVS $Id: UserInfoProvider.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Method Summary
 UserInfo getUserInfo(String portalName, String layoutKey)
          Return the user info about the current user.
 

Method Detail

getUserInfo

UserInfo getUserInfo(String portalName,
                     String layoutKey)
                     throws Exception
Return the user info about the current user.

Throws:
Exception


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