org.jasig.portal.persondir.support
Class PersonManagerCurrentUserProvider

java.lang.Object
  extended by 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
           
 
Constructor Summary
PersonManagerCurrentUserProvider()
           
 
Method Summary
 String getCurrentUserName()
           
 IPersonManager getPersonManager()
           
 IPortalRequestUtils getPortalRequestUtils()
           
 void setPersonManager(IPersonManager personManager)
           
 void setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

PersonManagerCurrentUserProvider

public PersonManagerCurrentUserProvider()
Method Detail

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.