Class AttributeStatementImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
All Implemented Interfaces:
XMLObject, SAMLObject, AttributeStatement, Statement

public class AttributeStatementImpl extends AbstractXMLObject implements AttributeStatement
A concrete implementation of AttributeStatement.
  • Field Details

  • Constructor Details

    • AttributeStatementImpl

      protected AttributeStatementImpl(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

    • getAttributes

      public List<Attribute> getAttributes()
      Gets the attributes expressed in this statement.
      Specified by:
      getAttributes in interface AttributeStatement
      Returns:
      the attributes expressed in this statement
    • getEncryptedAttributes

      public List<EncryptedAttribute> getEncryptedAttributes()
      Gets the encrypted attributes expressed in this statement.
      Specified by:
      getEncryptedAttributes in interface AttributeStatement
      Returns:
      the encrypted attributes expressed in this statement
    • 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