|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| フィールドの概要 |
|---|
| クラス com.sun.identity.federation.message.common.EntityName から継承されたフィールド |
|---|
otherElements, uri |
| コンストラクタの概要 | |
|---|---|
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. |
|
| メソッドの概要 | |
|---|---|
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. |
| クラス com.sun.identity.federation.message.common.EntityName から継承されたメソッド |
|---|
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 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||