Constructor and Description |
---|
IDPListImpl()
Constructor creates the
IDPList Object. |
IDPListImpl(Element element)
Constructor to create the
IDPList Object. |
IDPListImpl(String xmlString)
Constructor to create the
IDPList Object. |
Modifier and Type | Method and Description |
---|---|
GetComplete |
getGetComplete()
Returns the
GetComplete Object. |
List |
getIDPEntries()
Returns the list of
IDPEntry Objects. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setGetComplete(GetComplete getComplete)
Sets the
GetComplete |
void |
setIDPEntries(List idpEntryList)
Sets the list of
IDPEntry Objects. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
public IDPListImpl()
IDPList
Object.public IDPListImpl(Element element) throws SAML2Exception
IDPList
Object.element
- Document Element of IDPList
Object.SAML2Exception
- if IDPList cannot be created.
public IDPListImpl(String xmlString) throws SAML2Exception
IDPList
Object.xmlString
- the XML String Representation of
IDPList
Object.SAML2Exception
- if IDPList cannot be created.
public List getIDPEntries()
IDPEntry
Objects.getIDPEntries
in interface IDPList
IDPEntry
objects.setIDPEntries(List)
public void setIDPEntries(List idpEntryList) throws SAML2Exception
IDPEntry
Objects.setIDPEntries
in interface IDPList
idpEntryList
- list of IDPEntry
objects.SAML2Exception
- if the object is immutable.getIDPEntries()
public GetComplete getGetComplete()
GetComplete
Object.getGetComplete
in interface IDPList
GetComplete
object.setGetComplete(GetComplete)
public void setGetComplete(GetComplete getComplete) throws SAML2Exception
GetComplete Object.
setGetComplete
in interface IDPList
getComplete
- the new GetComplete
object.SAML2Exception
- if the object is immutable.getGetComplete()
public String toXMLString() throws SAML2Exception
toXMLString
in interface IDPList
SAML2Exception
- cannot create String object.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface IDPList
includeNSPrefix
- 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.SAML2Exception
- cannot create String object.public void makeImmutable()
makeImmutable
in interface IDPList
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.