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, org.opensaml.messaging.context.BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.opensaml.saml.saml2.core.Attribute> protected voidprotected org.opensaml.saml.common.SAMLObjectvoidsetAttributes(List<org.opensaml.saml.saml2.core.Attribute> attributes) voidsetSessionIndexes(List<String> sessionIndexes) Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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()
-