public interface IDPList
Modifier and Type | Method and Description |
---|---|
GetComplete |
getGetComplete()
Returns the
GetComplete Object. |
List<IDPEntry> |
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 Object. |
void |
setIDPEntries(List<IDPEntry> idpEntryList)
Sets the
IDPEntry Object. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
List<IDPEntry> getIDPEntries()
IDPEntry
Objects.IDPEntry
objects.IDPList.setIDPEntries(List)
void setIDPEntries(List<IDPEntry> idpEntryList) throws SAML2Exception
IDPEntry
Object.idpEntryList
- the list of IDPEntry
objects.SAML2Exception
- if the object is immutable.IDPList.getIDPEntries()
GetComplete getGetComplete()
GetComplete
Object.GetComplete
object.IDPList.setGetComplete(GetComplete)
void setGetComplete(GetComplete getComplete) throws SAML2Exception
GetComplete
Object.getComplete
- the new GetComplete
object.SAML2Exception
- if the object is immutable.IDPList.getGetComplete()
String toXMLString() throws SAML2Exception
SAML2Exception
- cannot create String object.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
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.void makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.