|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.AssertionIDReference
public class AssertionIDReference
AssertionIDReference element makes reference to a SAML
assertion.
| フィールドの概要 | |
|---|---|
protected String |
assertionID
|
| コンストラクタの概要 | |
|---|---|
AssertionIDReference()
Default constructor |
|
AssertionIDReference(Element element)
Constructs an AssertionIDReference element from an existing
XML block. |
|
AssertionIDReference(String id)
Constructs of AssertionIDReference. |
|
| メソッドの概要 | |
|---|---|
String |
getAssertionIDReference()
Returns a String representing the Assertion id. |
String |
toString()
Translates the AssertionID to an XML String, |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the AssertionIDReference
element. |
| フィールドの詳細 |
|---|
protected String assertionID
| コンストラクタの詳細 |
|---|
public AssertionIDReference(Element element)
throws SAMLException
AssertionIDReference element from an existing
XML block.
element - representing a DOM tree element.
SAMLException - if there is an error in the sender or in the
element definition.public AssertionIDReference()
public AssertionIDReference(String id)
AssertionIDReference.
id - A String representing an existing assertion id.| メソッドの詳細 |
|---|
public String getAssertionIDReference()
public String toString()
AssertionID to an XML String,
Object 内の toStringAssertionID
public String toString(boolean includeNS,
boolean declareNS)
AssertionIDReference
element.
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.
<saml:AssertionIDReference> element.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||