Class EntityAttributesImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
All Implemented Interfaces:
XMLObject, SAMLObject, EntityAttributes

public class EntityAttributesImpl extends AbstractXMLObject implements EntityAttributes
Concrete implementation of EntityAttributes.
  • Field Details

  • Constructor Details

    • EntityAttributesImpl

      protected EntityAttributesImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable 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

      @Nonnull @Live public List<Attribute> getAttributes()
      Gets the attributes about the entity.

      This list is modifiable "to a point" but not all mutation operations are supported.

      Specified by:
      getAttributes in interface EntityAttributes
      Returns:
      attributes about the entity
    • getAssertions

      @Nonnull @Live public List<Assertion> getAssertions()
      Gets the assertions about the entity.

      This list is modifiable "to a point" but not all mutation operations are supported.

      Specified by:
      getAssertions in interface EntityAttributes
      Returns:
      assertions about the entity
    • getEntityAttributesChildren

      @Nonnull @Live public List<SAMLObject> getEntityAttributesChildren()
      Gets mutable list of the child objects of this extension.
      Specified by:
      getEntityAttributesChildren in interface EntityAttributes
      Returns:
      mutable list of children
    • getOrderedChildren

      @Nullable @NotLive @Unmodifiable 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