|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.federation.message.common.IDPEntries
public class IDPEntries
This class defines methods to set/retrieve multiple Identity Providers.
| Constructor Summary | |
|---|---|
IDPEntries()
Default Constructor. |
|
IDPEntries(Element root)
Constructor creates IDPEntries object from
a Document Element. |
|
IDPEntries(List idpEntries)
Constructor creates IDPEntries object. |
|
| Method Summary | |
|---|---|
List |
getIDPEntryList()
Returns the list of Identity Providers. |
void |
setIDPEntryList(List idpEntryList)
Sets the list of Identity Providers. |
String |
toXMLString()
Returns the string representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Returns a String representation of this object. |
| Constructor Detail |
|---|
public IDPEntries()
public IDPEntries(List idpEntries)
IDPEntries object.
idpEntries - list of identity providers.
public IDPEntries(Element root)
throws FSMsgException
IDPEntries object from
a Document Element.
root - the Document Element object.
FSMsgException - on error.| Method Detail |
|---|
public List getIDPEntryList()
IDPEntries.setIDPEntryList(List)public void setIDPEntryList(List idpEntryList)
idpEntryList - the list of Identity Providers.IDPEntries.getIDPEntryList()
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 | ||||||||