|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface Statement
The Statement element is an extension point that allows
other assertion-based applications to reuse the SAML assertion framework.
SAML itself derives its core statements from this extension point.
Its StatementAbstractType complex type is abstract and is
thus usable only as the base of a derived type.
<complexType name="StatementAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
| メソッドの概要 | |
|---|---|
boolean |
isMutable()
Returns the mutability of the object. |
void |
makeImmutable()
Makes the object immutable. |
String |
toXMLString()
Returns a String representation of the element. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the element. |
| メソッドの詳細 |
|---|
void makeImmutable()
boolean isMutable()
String toXMLString()
throws SAML2Exception
SAML2Exception - if the object does not conform to the schema.
String toXMLString(boolean includeNS,
boolean declareNS)
throws SAML2Exception
includeNS - Determines whether or not the namespace qualifier is
prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
SAML2Exception - if the object does not conform to the schema.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||