public class SAMLContext extends BaseContext
AuthenticationContext,
that carries a SAML Assertion to be validated.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private Assertion |
assertion
The assertion to be validated.
|
| Constructor and Description |
|---|
SAMLContext() |
| Modifier and Type | Method and Description |
|---|---|
Assertion |
getAssertion()
Gets the assertion to be validated.
|
SAMLContext |
setAssertion(Assertion newAssertion)
Sets the assertion to be validated.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable public Assertion getAssertion()
@Nonnull public SAMLContext setAssertion(@Nullable Assertion newAssertion)
newAssertion - assertion to be validatedCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.