org.apache.cocoon.portal.profile.impl
Class AuthenticationFWUserInfoProvider
java.lang.Object
org.apache.cocoon.portal.profile.impl.AuthenticationFWUserInfoProvider
- All Implemented Interfaces:
- Serviceable, UserInfoProvider
public class AuthenticationFWUserInfoProvider
- extends Object
- implements UserInfoProvider, Serviceable
Get the information about the current user.
This implementation uses the authentication-fw block
- Version:
- CVS $Id: AuthenticationFWUserInfoProvider.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected ServiceManager manager
AuthenticationFWUserInfoProvider
public AuthenticationFWUserInfoProvider()
service
public void service(ServiceManager manager)
throws ServiceException
- Specified by:
service
in interface Serviceable
- Throws:
ServiceException
getUserInfo
public UserInfo getUserInfo(String portalName,
String layoutKey)
throws Exception
- Description copied from interface:
UserInfoProvider
- Return the user info about the current user.
- Specified by:
getUserInfo
in interface UserInfoProvider
- Throws:
Exception
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.