2.7.1 元素<Statement>

本博客采用知识共享署名 4.0 国际许可协议进行许可

<Statement>元素是一个扩展点,它允许其他基于断言的应用程序重用SAML断言框架。SAML自身也从这个扩展点派生出它的核心声明。它的StatementAbstractType复杂类型是一个抽象类型,因此其只能作为派生类的基类。

下列的schema片段定义了<Statement>元素以及它的StatementAbstractType复杂类型:

<element name="Statement" type="saml:StatementAbstractType"/>
<complexType name="StatementAbstractType" abstract="true"/>

Last updated

Was this helpful?