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: MapProfileLS.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Carsten Ziegeler
getUserInfo
UserInfo getUserInfo(String portalName,
String layoutKey)
throws Exception
- Return the user info about the current user.
- Throws:
Exception
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.