Interface AttributeStatement

  • All Superinterfaces:
    SAMLObject, Statement, org.opensaml.core.xml.XMLObject

    public interface AttributeStatement
    extends Statement
    SAML 2.0 Core AttributeStatement.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<Attribute> getAttributes()
      Gets the attributes expressed in this statement.
      List<EncryptedAttribute> getEncryptedAttributes()
      Gets the encrypted attributes expressed in this statement.
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getAttributes

        List<Attribute> getAttributes()
        Gets the attributes expressed in this statement.
        Returns:
        the attributes expressed in this statement
      • getEncryptedAttributes

        List<EncryptedAttribute> getEncryptedAttributes()
        Gets the encrypted attributes expressed in this statement.
        Returns:
        the encrypted attributes expressed in this statement