public class AssertionIDReference extends Object
AssertionIDReference
element makes reference to a SAML
assertion.Constructor and Description |
---|
AssertionIDReference()
Default constructor
|
AssertionIDReference(Element element)
Constructs an
AssertionIDReference element from an existing
XML block. |
AssertionIDReference(String id)
Constructs of
AssertionIDReference . |
Modifier and Type | Method and Description |
---|---|
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. |
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,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.Copyright © 2010-2018, ForgeRock All Rights Reserved.