Package com.tivoli.am.fim.saml.protocol
Interface Saml20IDPList
public interface Saml20IDPList
A representation of the model object 'IDP List Type'.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIDPEntry(Saml20IDPEntry entry) addIDPEntryReturns the value of the 'Get Complete' containment element.Returns the value of the 'IDP Entry' containment reference list.voidsetGetComplete(String uri) setGetComplete
-
Field Details
-
Saml20IDPListType_java_sourceCodeID
- See Also:
-
Saml20IDPListType_java_copyright
- See Also:
-
-
Method Details
-
getIDPEntries
Iterator getIDPEntries()Returns the value of the 'IDP Entry' containment reference list. The list contents are of typeSaml20IDPEntry.- Returns:
- the value of the 'IDP Entry' containment reference list.
-
addIDPEntry
addIDPEntry- Parameters:
entry-
-
getGetComplete
String getGetComplete()Returns the value of the 'Get Complete' containment element.- Returns:
- the value of the 'Get Complete' containment reference.
-
setGetComplete
setGetComplete- Parameters:
item-
-