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
  • Field Details

    • sessionIndexes

      protected List<String> sessionIndexes
    • attributes

      protected List<org.opensaml.saml.saml2.core.Attribute> attributes
  • Constructor Details

    • SAMLAssertionsContentContext

      public SAMLAssertionsContentContext()
  • Method Details

    • getSessionIndexes

      public List<String> getSessionIndexes()
    • setSessionIndexes

      public void setSessionIndexes(List<String> sessionIndexes)
    • getAttributes

      public List<org.opensaml.saml.saml2.core.Attribute> getAttributes()
    • setAttributes

      public void setAttributes(List<org.opensaml.saml.saml2.core.Attribute> attributes)
    • resolveContent

      protected void resolveContent()
    • resolveSAMLMessage

      protected org.opensaml.saml.common.SAMLObject resolveSAMLMessage()