Class SAMLContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.saml.authn.context.SAMLContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context, usually attached to
AuthenticationContext
,
that carries a SAML Assertion
to be validated.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the assertion to be validated.setAssertion
(Assertion newAssertion) Sets the assertion to be validated.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
assertion
The assertion to be validated.
-
-
Constructor Details
-
SAMLContext
public SAMLContext()
-
-
Method Details
-
getAssertion
Gets the assertion to be validated.- Returns:
- the assertion to be validated
-
setAssertion
Sets the assertion to be validated.- Parameters:
newAssertion
- assertion to be validated- Returns:
- this context
-