Package com.sun.identity.saml.assertion
Class AssertionIDReference
java.lang.Object
com.sun.identity.saml.assertion.AssertionIDReference
AssertionIDReference
element makes reference to a SAML
assertion.-
Field Summary
-
Constructor Summary
ConstructorDescriptionDefault constructorConstructs ofAssertionIDReference
.AssertionIDReference
(Element element) Constructs anAssertionIDReference
element from an existing XML block. -
Method Summary
-
Field Details
-
assertionID
-
-
Constructor Details
-
AssertionIDReference
Constructs anAssertionIDReference
element from an existing XML block.- Parameters:
element
- representing a DOM tree element.- Throws:
SAMLException
- if there is an error in the sender or in the element definition.
-
AssertionIDReference
public AssertionIDReference()Default constructor -
AssertionIDReference
Constructs ofAssertionIDReference
.- Parameters:
id
- A String representing an existing assertion id.
-
-
Method Details
-
getAssertionIDReference
Returns a String representing the Assertion id.- Returns:
- A string representation of the assertion id.
-
toString
Translates theAssertionID
to an XML String, -
toString
Returns a String representation of theAssertionIDReference
element.- Parameters:
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.- Returns:
- A string representation of the
<saml:AssertionIDReference>
element.
-