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 theGetComplete
Object.Returns the list ofIDPEntry
Objects.boolean
Returns true if object is mutable.void
Makes this object immutable.void
setGetComplete
(GetComplete getComplete) Sets theGetComplete
Object.void
setIDPEntries
(List<IDPEntry> idpEntryList) Sets theIDPEntry
Object.Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getIDPEntries
Returns the list ofIDPEntry
Objects.- Returns:
- the list
IDPEntry
objects. - See Also:
-
setIDPEntries
Sets theIDPEntry
Object.- Parameters:
idpEntryList
- the list ofIDPEntry
objects.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.- See Also:
-
getGetComplete
GetComplete getGetComplete()Returns theGetComplete
Object.- Returns:
- the
GetComplete
object. - See Also:
-
setGetComplete
Sets theGetComplete
Object.- Parameters:
getComplete
- the newGetComplete
object.- 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.
-