Class SAMLAssertionsContentContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.nuxeo.ecm.platform.auth.saml.processor.messaging.SAMLAssertionsContentContext
- All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>
public class SAMLAssertionsContentContext
extends org.opensaml.messaging.context.BaseContext
- Since:
- 2023.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.opensaml.saml.saml2.core.Attribute>
protected void
protected org.opensaml.saml.common.SAMLObject
void
setAttributes
(List<org.opensaml.saml.saml2.core.Attribute> attributes) void
setSessionIndexes
(List<String> sessionIndexes) 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
-
sessionIndexes
-
attributes
-
-
Constructor Details
-
SAMLAssertionsContentContext
public SAMLAssertionsContentContext()
-
-
Method Details
-
getSessionIndexes
-
setSessionIndexes
-
getAttributes
-
setAttributes
-
resolveContent
protected void resolveContent() -
resolveSAMLMessage
protected org.opensaml.saml.common.SAMLObject resolveSAMLMessage()
-