|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.federation.message.common.EntityName
com.sun.identity.federation.message.common.GetComplete
public class GetComplete
This class contains methods for the GetComplete
Element. This element specifies a URI which resolves to
the complete IDPList.
| Field Summary |
|---|
| Fields inherited from class com.sun.identity.federation.message.common.EntityName |
|---|
otherElements, uri |
| Constructor Summary | |
|---|---|
GetComplete()
Default Constructor. |
|
GetComplete(Element root)
Constructor creates GetComplete object from
the Document Element. |
|
GetComplete(String uri)
Constructor create GetComplete object. |
|
GetComplete(String uri,
List otherElements)
Constructor create GetComplete object. |
|
| Method Summary | |
|---|---|
static GetComplete |
parseXML(String xml)
Returns GetComplete object. |
String |
toXMLString()
Returns the string representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the <samlp:Response> element. |
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Returns a String representation of the <samlp:Response> element. |
| Methods inherited from class com.sun.identity.federation.message.common.EntityName |
|---|
getOtherElements, setOtherElements, setURI |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public static GetComplete parseXML(String xml)
throws FSMsgException
GetComplete object. This
object is created by parsing the XML string.
xml - XML String
GetComplete 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||