@Deprecated public class GetComplete extends EntityName
GetComplete
Element. This element specifies a URI which resolves to
the complete IDPList.Constructor and Description |
---|
GetComplete()
Deprecated.
Default Constructor.
|
GetComplete(Element root)
Deprecated.
Constructor creates
GetComplete object from
the Document Element. |
GetComplete(String uri)
Deprecated.
Constructor create
GetComplete object. |
GetComplete(String uri,
List otherElements)
Deprecated.
Constructor create
GetComplete object. |
Modifier and Type | Method and Description |
---|---|
static GetComplete |
parseXML(String xml)
Deprecated.
Returns
GetComplete object. |
String |
toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the <samlp:Response> element.
|
getOtherElements, setOtherElements, setURI
public GetComplete()
public GetComplete(String uri)
GetComplete
object.uri
- the value of the URI
.public GetComplete(String uri, List otherElements)
GetComplete
object.uri
- the value of the URI
.otherElements
- list of other elements.public GetComplete(Element root) throws FSMsgException
GetComplete
object from
the Document Element.root
- the Document Element object.FSMsgException
- if error creating this object.public static GetComplete parseXML(String xml) throws FSMsgException
GetComplete
object. This
object is created by parsing the XML
string.xml
- XML
StringGetComplete
object.FSMsgException
- if there is an error creating this object.public String toXMLString() throws FSMsgException
FSMsgException
public String toXMLString(boolean includeNS, boolean declareNS) throws FSMsgException
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.FSMsgException
- if there is an error converting
this object ot a string.public String toXMLString(boolean includeNS, boolean declareNS, boolean includeHeader) throws FSMsgException
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.includeHeader
- Determines whether the output include the xml
declaration header.FSMsgException
- if there is an error converting
this object ot a string.Copyright © 2010-2018, ForgeRock All Rights Reserved.