Package com.tivoli.am.fim.saml.protocol
Interface Saml20Scoping
public interface Saml20Scoping
A representation of the model object 'Scoping Type'.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRequesterID
(String uri) Adds a URI to the set of '{RequesterID}' elements.Returns the value of the 'IDP List' containment reference.int
Returns the value of the 'Proxy Count' attribute.Gets an iterator over the list of '{RequesterID}' element values.void
setIDPList
(Saml20IDPList value) Sets the value of the '{IDP List}' containment reference.void
setProxyCount
(int value) Sets the value of the 'Proxy Count
' attribute.
-
Field Details
-
Saml20Scoping_java_sourceCodeID
- See Also:
-
Saml20Scoping_java_copyright
- See Also:
-
-
Method Details
-
getProxyCount
int getProxyCount()Returns the value of the 'Proxy Count' attribute.- Returns:
- the value of the 'Proxy Count' attribute.
- See Also:
-
setProxyCount
void setProxyCount(int value) Sets the value of the 'Proxy Count
' attribute.- Parameters:
value
- the new value of the 'Proxy Count' attribute.- See Also:
-
getIDPList
Saml20IDPList getIDPList()Returns the value of the 'IDP List' containment reference.- Returns:
- the value of the 'IDP List' containment reference.
- See Also:
-
setIDPList
Sets the value of the '{IDP List}' containment reference.- Parameters:
value
- the new value of the 'IDP List' containment reference.- See Also:
-
getRequesterIDs
Iterator getRequesterIDs()Gets an iterator over the list of '{RequesterID}' element values. Each member of the list is a URI of a requesting entity. -
addRequesterID
Adds a URI to the set of '{RequesterID}' elements.- Parameters:
URI
- to be added
-