This project has retired. For details please refer to its
Attic page .
UserInfoProvider (Cocoon API 2.1.12-dev [March 20 2012])
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
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.