public class AssertionHolder extends Object
Constructor and Description |
---|
AssertionHolder() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static Assertion getAssertion()
public static void setAssertion(Assertion assertion)
assertion
- the assertion to add.public static void clear()
Copyright © 2006–2019 Jasig. All rights reserved.