|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.federation.message.FSIDPList
public class FSIDPList
This class has methods to construct an object or message representing a list of trusted Identity Providers.
| Field Summary | |
|---|---|
IDPEntries |
idpEntries
IDPEntries object. |
| Constructor Summary | |
|---|---|
FSIDPList()
Default Constructor. |
|
FSIDPList(Element root)
Constructor creates FSIDPList object from
Document Element. |
|
FSIDPList(IDPEntries idpEntries,
List getCompleteList)
Constructor creates FSIDPList from IDPEntries
object and a list of GetComplete objects. |
|
| Method Summary | |
|---|---|
List |
getGetCompleteList()
Returns list of GetComplete objects. |
IDPEntries |
getIDPEntries()
Returns IDPEntries object. |
int |
getMinorVersion()
Returns the value of MinorVersion attribute. |
void |
setGetCompleteList(List getCompleteList)
Sets list of GetComplete objects. |
void |
setIDPEntries(IDPEntries idpEntries)
Sets IDPEntries object. |
void |
setMinorVersion(int minorVersion)
Sets the value of MinorVersion attribute. |
String |
toXMLString()
Returns a XML string representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Creates a String representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Creates a String representation of this element. |
| Field Detail |
|---|
public IDPEntries idpEntries
IDPEntries object.
| Constructor Detail |
|---|
public FSIDPList()
public FSIDPList(Element root)
throws FSMsgException
FSIDPList object from
Document Element.
root - the Document Element object.
FSMsgException - if there is an error creating
the object.
public FSIDPList(IDPEntries idpEntries,
List getCompleteList)
FSIDPList from IDPEntries
object and a list of GetComplete objects.
idpEntries - the IDPEntries object.getCompleteList - list of GetComplete objects.| Method Detail |
|---|
public void setMinorVersion(int minorVersion)
MinorVersion attribute.
minorVersion - the value of MinorVersion attribute
in the assertion.FSIDPList.setMinorVersion(int)public int getMinorVersion()
MinorVersion attribute.
MinorVersion attribute.FSIDPList.setMinorVersion(int)public IDPEntries getIDPEntries()
IDPEntries object.
IDPEntries object.FSIDPList.setIDPEntries(IDPEntries)public List getGetCompleteList()
GetComplete objects.
GetComplete objects.FSIDPList.setGetCompleteList(List)public void setIDPEntries(IDPEntries idpEntries)
IDPEntries object.
idpEntries - IDPEntries object.FSIDPList.getIDPEntries()public void setGetCompleteList(List getCompleteList)
GetComplete objects.
getCompleteList - list of GetComplete objects.FSIDPList.setGetCompleteList(List)
public String toXMLString()
throws FSMsgException
XML string representation of this object.
FSMsgException - if there is an error creating
the XML string or if the required elements to create
the string do not conform to the schema.
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.
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||