|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.httpclient.plugin.refapp.RefappThreadLocalContextManager
public final class RefappThreadLocalContextManager
| Constructor Summary | |
|---|---|
RefappThreadLocalContextManager(com.atlassian.seraph.auth.AuthenticationContext authenticationContext)
|
|
| Method Summary | |
|---|---|
java.security.Principal |
getThreadLocalContext()
Get the thread local context of the current thread |
void |
resetThreadLocalContext()
Clear the thread local context on the current thread |
void |
setThreadLocalContext(java.security.Principal context)
Set the thread local context on the current thread |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RefappThreadLocalContextManager(com.atlassian.seraph.auth.AuthenticationContext authenticationContext)
| Method Detail |
|---|
public java.security.Principal getThreadLocalContext()
getThreadLocalContext in interface ThreadLocalContextManager<java.security.Principal>public void setThreadLocalContext(java.security.Principal context)
setThreadLocalContext in interface ThreadLocalContextManager<java.security.Principal>context - The context to setpublic void resetThreadLocalContext()
resetThreadLocalContext in interface ThreadLocalContextManager<java.security.Principal>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||