Package com.sun.identity.saml2.protocol
Interface IDPList
- All Superinterfaces:
- XmlSerializable
This interface specifies the identity providers trusted by the requester
 to authenticate the presenter.
- 
Method SummaryModifier and TypeMethodDescriptionReturns theGetCompleteObject.Returns the list ofIDPEntryObjects.booleanReturns true if object is mutable.voidMakes this object immutable.voidsetGetComplete(GetComplete getComplete) Sets theGetCompleteObject.voidsetIDPEntries(List<IDPEntry> idpEntryList) Sets theIDPEntryObject.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializabletoDocumentFragment, toXMLString, toXMLString
- 
Method Details- 
getIDPEntriesReturns the list ofIDPEntryObjects.- Returns:
- the list IDPEntryobjects.
- See Also:
 
- 
setIDPEntriesSets theIDPEntryObject.- Parameters:
- idpEntryList- the list of- IDPEntryobjects.
- Throws:
- com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.
- See Also:
 
- 
getGetCompleteGetComplete getGetComplete()Returns theGetCompleteObject.- Returns:
- the GetCompleteobject.
- See Also:
 
- 
setGetCompleteSets theGetCompleteObject.- Parameters:
- getComplete- the new- GetCompleteobject.
- Throws:
- com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.
- See Also:
 
- 
makeImmutablevoid makeImmutable()Makes this object immutable.
- 
isMutableboolean isMutable()Returns true if object is mutable.- Returns:
- true if the object is mutable.
 
 
-