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 Summary
Modifier 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.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getIDPEntries
Returns the list ofIDPEntryObjects.- Returns:
- the list
IDPEntryobjects. - See Also:
-
setIDPEntries
Sets theIDPEntryObject.- Parameters:
idpEntryList- the list ofIDPEntryobjects.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
getGetComplete
GetComplete getGetComplete()Returns theGetCompleteObject.- Returns:
- the
GetCompleteobject. - See Also:
-
setGetComplete
Sets theGetCompleteObject.- Parameters:
getComplete- the newGetCompleteobject.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns true if object is mutable.- Returns:
- true if the object is mutable.
-