Interface AttributeStatement

  • All Superinterfaces:
    Statement, XmlSerializable

    @SupportedAll
    public interface AttributeStatement
    extends Statement
    The AttributeStatement element describes a statement by the SAML authority asserting that the assertion subject is associated with the specified attributes. It is of type AttributeStatementType.

     <complexType name="AttributeStatementType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}
         StatementAbstractType">
           <choice maxOccurs="unbounded">
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}
             EncryptedAttribute"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>