Class AdviceImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml1.core.impl.AdviceImpl
All Implemented Interfaces:
ElementExtensibleXMLObject, XMLObject, SAMLObject, Advice

public class AdviceImpl extends AbstractXMLObject implements Advice
Concrete implementation of Advice.
  • Field Details

  • Constructor Details

    • AdviceImpl

      protected AdviceImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getAssertionIDReferences

      public List<AssertionIDReference> getAssertionIDReferences()
      Get the AssertionIdReferences.
      Specified by:
      getAssertionIDReferences in interface Advice
      Returns:
      the AssertionIdReferences in order
    • getAssertions

      public List<Assertion> getAssertions()
      Get the Assertions.
      Specified by:
      getAssertions in interface Advice
      Returns:
      the assertions (in order)
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects(QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements