public class SAMLContext
extends org.opensaml.messaging.context.BaseContext
AuthenticationContext,
that carries a SAML Assertion to be validated.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml2.core.Assertion |
assertion
The assertion to be validated.
|
| Constructor and Description |
|---|
SAMLContext() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.Assertion |
getAssertion()
Gets the assertion to be validated.
|
SAMLContext |
setAssertion(org.opensaml.saml.saml2.core.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 private org.opensaml.saml.saml2.core.Assertion assertion
@Nullable public org.opensaml.saml.saml2.core.Assertion getAssertion()
@Nonnull public SAMLContext setAssertion(@Nullable org.opensaml.saml.saml2.core.Assertion newAssertion)
newAssertion - assertion to be validatedCopyright © 1999–2015. All rights reserved.