|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.security.provider.SimplePersonManager
public class SimplePersonManager
Manages the storage of an IPerson object in a user's session.
| Field Summary | |
|---|---|
private static org.apache.commons.logging.Log |
log
|
| Fields inherited from interface org.jasig.portal.security.IPersonManager |
|---|
PERSON_SESSION_KEY |
| Constructor Summary | |
|---|---|
SimplePersonManager()
|
|
| Method Summary | |
|---|---|
IPerson |
getPerson(javax.servlet.http.HttpServletRequest request)
Retrieve an IPerson object for the incoming request |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public SimplePersonManager()
| Method Detail |
|---|
public IPerson getPerson(javax.servlet.http.HttpServletRequest request)
throws PortalSecurityException
getPerson in interface IPersonManagerrequest - the servlet request object
PortalSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||