Interface Saml20Scoping


public interface Saml20Scoping
A representation of the model object 'Scoping Type'.
  • Field Details

  • 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

      void setIDPList(Saml20IDPList value)
      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

      void addRequesterID(String uri)
      Adds a URI to the set of '{RequesterID}' elements.
      Parameters:
      URI - to be added