@Deprecated public class IDPEntries extends Object
Constructor and Description |
---|
IDPEntries()
Deprecated.
Default Constructor.
|
IDPEntries(Element root)
Deprecated.
Constructor creates
IDPEntries object from
a Document Element. |
IDPEntries(List idpEntries)
Deprecated.
Constructor creates
IDPEntries object. |
Modifier and Type | Method and Description |
---|---|
List |
getIDPEntryList()
Deprecated.
Returns the list of Identity Providers.
|
void |
setIDPEntryList(List idpEntryList)
Deprecated.
Sets the list of Identity Providers.
|
String |
toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of this object.
|
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.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.Copyright © 2010-2018, ForgeRock All Rights Reserved.