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
Method Summary |
IPerson |
getPerson(javax.servlet.http.HttpServletRequest request)
Returns an IPerson associated with the incoming request |
PERSON_SESSION_KEY
public static final java.lang.String PERSON_SESSION_KEY
- See Also:
- Constant Field Values
getPerson
public IPerson getPerson(javax.servlet.http.HttpServletRequest request)
throws PortalSecurityException
- Returns an IPerson associated with the incoming request
- Parameters:
request
-
- Returns:
- IPerson associated with the incoming request
- Throws:
PortalSecurityException