org.jasig.portal.security
Interface IPersonManager
- All Known Implementing Classes:
- RemoteUserPersonManager, SimplePersonManager
public interface IPersonManager
Manages the storage of an IPerson object in a user's session.
- Author:
- Bernie Durfee, bdurfee@interactivebusiness.com
PERSON_SESSION_KEY
static final String PERSON_SESSION_KEY
- See Also:
- Constant Field Values
getPerson
IPerson getPerson(HttpServletRequest request)
throws PortalSecurityException
- Returns an IPerson associated with the incoming request
- Parameters:
request -
- Returns:
- IPerson associated with the incoming request
- Throws:
PortalSecurityException
Copyright © 2010 Jasig. All Rights Reserved.