com.sun.identity.saml.assertion
クラス AssertionIDReference

java.lang.Object
  上位を拡張 com.sun.identity.saml.assertion.AssertionIDReference

public class AssertionIDReference
extends Object

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.
 

フィールドの詳細

assertionID

protected String assertionID
コンストラクタの詳細

AssertionIDReference

public AssertionIDReference(Element element)
                     throws SAMLException
Constructs an 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.

AssertionIDReference

public AssertionIDReference()
Default constructor


AssertionIDReference

public AssertionIDReference(String id)
Constructs of AssertionIDReference.

パラメータ:
id - A String representing an existing assertion id.
メソッドの詳細

getAssertionIDReference

public String getAssertionIDReference()
Returns a String representing the Assertion id.

戻り値:
A string representation of the assertion id.

toString

public String toString()
Translates the AssertionID to an XML String,

オーバーライド:
クラス Object 内の toString
戻り値:
A String representing the AssertionID

toString

public String toString(boolean includeNS,
                       boolean declareNS)
Returns a String representation of the AssertionIDReference element.

パラメータ:
includeNS - Determines whether or not the namespace qualifier is prepended to the Element when converted
declareNS - Determines whether or not the namespace is declared within the Element.
戻り値:
A string representation of the <saml:AssertionIDReference> element.