org.jasig.portal.persondir.support
Class PersonManagerCurrentUserProvider
java.lang.Object
org.jasig.portal.persondir.support.PersonManagerCurrentUserProvider
- All Implemented Interfaces:
- org.jasig.services.persondir.support.ICurrentUserProvider
public class PersonManagerCurrentUserProvider
- extends Object
- implements org.jasig.services.persondir.support.ICurrentUserProvider
Provides the username of the current portal user
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
|
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
PersonManagerCurrentUserProvider
public PersonManagerCurrentUserProvider()
getPersonManager
public IPersonManager getPersonManager()
setPersonManager
public void setPersonManager(IPersonManager personManager)
- Parameters:
personManager - the personManager to set
getPortalRequestUtils
public IPortalRequestUtils getPortalRequestUtils()
setPortalRequestUtils
public void setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
- Parameters:
portalRequestUtils - the portalRequestUtils to set
getCurrentUserName
public String getCurrentUserName()
- Specified by:
getCurrentUserName in interface org.jasig.services.persondir.support.ICurrentUserProvider
Copyright © 2010 Jasig. All Rights Reserved.