org.jasig.portal.security.provider
Class SimplePersonManager
java.lang.Object
org.jasig.portal.security.provider.SimplePersonManager
- All Implemented Interfaces:
- IPersonManager
public class SimplePersonManager
- extends Object
- implements IPersonManager
Manages the storage of an IPerson object in a user's session.
- Author:
- Bernie Durfee, bdurfee@interactivebusiness.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePersonManager
public SimplePersonManager()
getPerson
public IPerson getPerson(HttpServletRequest request)
throws PortalSecurityException
- Retrieve an IPerson object for the incoming request
- Specified by:
getPerson in interface IPersonManager
- Parameters:
request - the servlet request object
- Returns:
- the IPerson object for the incoming request
- Throws:
PortalSecurityException
Copyright © 2010 Jasig. All Rights Reserved.