|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.security.SubjectAssociation
ThreadLocal holder of the currently athenticated subject that is active for a given thread.
Constructor Summary | |
SubjectAssociation()
|
Method Summary | |
static PortalSubject |
getSubject()
|
static void |
setSubject(PortalSubject subject)
Store the PortalSubject into thread local storage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubjectAssociation()
Method Detail |
public static void setSubject(PortalSubject subject)
subject
- the portal subject to store in the threadpublic static PortalSubject getSubject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |