@Deprecated public class FSIDPList extends Object
Constructor and Description |
---|
FSIDPList()
Deprecated.
Default Constructor.
|
FSIDPList(Element root)
Deprecated.
Constructor creates
FSIDPList object from
Document Element. |
FSIDPList(IDPEntries idpEntries,
List getCompleteList)
Deprecated.
Constructor creates
FSIDPList from IDPEntries
object and a list of GetComplete objects. |
Modifier and Type | Method and Description |
---|---|
List |
getGetCompleteList()
Deprecated.
Returns list of
GetComplete objects. |
IDPEntries |
getIDPEntries()
Deprecated.
Returns
IDPEntries object. |
int |
getMinorVersion()
Deprecated.
Returns the value of
MinorVersion attribute. |
void |
setGetCompleteList(List getCompleteList)
Deprecated.
Sets list of
GetComplete objects. |
void |
setIDPEntries(IDPEntries idpEntries)
Deprecated.
Sets
IDPEntries object. |
void |
setMinorVersion(int minorVersion)
Deprecated.
Sets the value of
MinorVersion attribute. |
String |
toXMLString()
Deprecated.
Returns a
XML string representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Creates a String representation of this element.
|
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.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.Copyright © 2010-2018, ForgeRock All Rights Reserved.