|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.client.util.AssertionHolder
public class AssertionHolder
Static holder that places Assertion in a threadlocal.
| Constructor Summary | |
|---|---|
AssertionHolder()
|
|
| Method Summary | |
|---|---|
static void |
clear()
Clear the ThreadLocal. |
static Assertion |
getAssertion()
Retrieve the assertion from the ThreadLocal. |
static void |
setAssertion(Assertion assertion)
Add the Assertion to the ThreadLocal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssertionHolder()
| Method Detail |
|---|
public static Assertion getAssertion()
public static void setAssertion(Assertion assertion)
public static void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||