Package com.tivoli.am.fim.saml.protocol
Interface Saml20IDPList
-
public interface Saml20IDPListA representation of the model object 'IDP List Type'.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSaml20IDPListType_java_copyrightstatic java.lang.StringSaml20IDPListType_java_sourceCodeID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddIDPEntry(Saml20IDPEntry entry)addIDPEntryjava.lang.StringgetGetComplete()Returns the value of the 'Get Complete' containment element.java.util.IteratorgetIDPEntries()Returns the value of the 'IDP Entry' containment reference list.voidsetGetComplete(java.lang.String uri)setGetComplete
-
-
-
Field Detail
-
Saml20IDPListType_java_sourceCodeID
static final java.lang.String Saml20IDPListType_java_sourceCodeID
- See Also:
- Constant Field Values
-
Saml20IDPListType_java_copyright
static final java.lang.String Saml20IDPListType_java_copyright
-
-
Method Detail
-
getIDPEntries
java.util.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
void addIDPEntry(Saml20IDPEntry entry)
addIDPEntry- Parameters:
entry-
-
getGetComplete
java.lang.String getGetComplete()
Returns the value of the 'Get Complete' containment element.- Returns:
- the value of the 'Get Complete' containment reference.
-
setGetComplete
void setGetComplete(java.lang.String uri)
setGetComplete- Parameters:
item-
-
-