Uses of Interface
org.jasig.portal.security.IPersonManager

Packages that use IPersonManager
org.jasig.portal.layout.dlm.remoting   
org.jasig.portal.layout.simple Intefaces and classes primarily for Simple Layouts. 
org.jasig.portal.persondir.support   
org.jasig.portal.portlet.container.services   
org.jasig.portal.portlet.delegation   
org.jasig.portal.portlet.rendering   
org.jasig.portal.portlets.swapper   
org.jasig.portal.security   
org.jasig.portal.security.provider   
org.jasig.portal.spring.locator   
org.jasig.portal.user   
 

Uses of IPersonManager in org.jasig.portal.layout.dlm.remoting
 

Methods in org.jasig.portal.layout.dlm.remoting with parameters of type IPersonManager
 void SearchEntitiesController.setPersonManager(IPersonManager personManager)
          For injection of the person manager.
 void FindEntityController.setPersonManager(IPersonManager personManager)
          For injection of the person manager.
 void ChannelListController.setPersonManager(IPersonManager personManager)
          For injection of the person manager.
 

Uses of IPersonManager in org.jasig.portal.layout.simple
 

Fields in org.jasig.portal.layout.simple declared as IPersonManager
protected  IPersonManager RDBMUserLayoutStore.personManager
           
 

Uses of IPersonManager in org.jasig.portal.persondir.support
 

Methods in org.jasig.portal.persondir.support that return IPersonManager
 IPersonManager PersonManagerCurrentUserProvider.getPersonManager()
           
 

Methods in org.jasig.portal.persondir.support with parameters of type IPersonManager
 void PersonManagerCurrentUserProvider.setPersonManager(IPersonManager personManager)
           
 

Uses of IPersonManager in org.jasig.portal.portlet.container.services
 

Methods in org.jasig.portal.portlet.container.services that return IPersonManager
 IPersonManager PortletPreferencesServiceImpl.getPersonManager()
           
 

Methods in org.jasig.portal.portlet.container.services with parameters of type IPersonManager
 void PortletPreferencesServiceImpl.setPersonManager(IPersonManager personManager)
           
 

Uses of IPersonManager in org.jasig.portal.portlet.delegation
 

Methods in org.jasig.portal.portlet.delegation with parameters of type IPersonManager
 void PortletDelegationLocatorImpl.setPersonManager(IPersonManager personManager)
           
 

Constructors in org.jasig.portal.portlet.delegation with parameters of type IPersonManager
PortletDelegationDispatcherImpl(IPortletWindow portletWindow, IPortletWindow parentPortletWindow, int userId, IPortalRequestUtils portalRequestUtils, IPersonManager personManager, IPortletRenderer portletRenderer, IPortletRequestParameterManager portletRequestParameterManager, IPortletDelegationManager portletDelegationManager)
           
 

Uses of IPersonManager in org.jasig.portal.portlet.rendering
 

Methods in org.jasig.portal.portlet.rendering with parameters of type IPersonManager
 void PortletRendererImpl.setPersonManager(IPersonManager personManager)
           
 

Uses of IPersonManager in org.jasig.portal.portlets.swapper
 

Methods in org.jasig.portal.portlets.swapper that return IPersonManager
 IPersonManager AttributeSwapperHelperImpl.getPersonManager()
           
 

Methods in org.jasig.portal.portlets.swapper with parameters of type IPersonManager
 void AttributeSwapperHelperImpl.setPersonManager(IPersonManager personManager)
          The IPersonManager to use to access the current IPerson
 

Uses of IPersonManager in org.jasig.portal.security
 

Methods in org.jasig.portal.security that return IPersonManager
 IPersonManager MaxInactiveFilter.getPersonManager()
           
static IPersonManager PersonManagerFactory.getPersonManagerInstance()
          Deprecated. Returns an instance of the IPersonManager specified in portal.properties
 

Methods in org.jasig.portal.security with parameters of type IPersonManager
 void MaxInactiveFilter.setPersonManager(IPersonManager personManager)
           
 

Uses of IPersonManager in org.jasig.portal.security.provider
 

Classes in org.jasig.portal.security.provider that implement IPersonManager
 class RemoteUserPersonManager
          When retrieving a new person, the value of the REMOTEUSER environment variable is passed to the security context.
 class SimplePersonManager
          Manages the storage of an IPerson object in a user's session.
 

Uses of IPersonManager in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IPersonManager
static IPersonManager PersonManagerLocator.getPersonManager()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IPersonManager
protected  AbstractBeanLocator<IPersonManager> PersonManagerLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IPersonManager
protected  void PersonManagerLocator.setLocator(AbstractBeanLocator<IPersonManager> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IPersonManager
PersonManagerLocator(IPersonManager instance)
          Deprecated.  
 

Uses of IPersonManager in org.jasig.portal.user
 

Methods in org.jasig.portal.user that return IPersonManager
 IPersonManager UserInstanceManagerImpl.getPersonManager()
           
 

Methods in org.jasig.portal.user with parameters of type IPersonManager
 void UserInstanceManagerImpl.setPersonManager(IPersonManager personManager)
           
 



Copyright © 2010 Jasig. All Rights Reserved.