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

Packages that use IPersonManager
org.jasig.portal.security   
org.jasig.portal.security.provider   
 

Uses of IPersonManager in org.jasig.portal.security
 

Fields in org.jasig.portal.security declared as IPersonManager
private static IPersonManager PersonManagerFactory.m_personManager
           
 

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

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.