Interface Saml20Scoping


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

      • Saml20Scoping_java_sourceCodeID

        static final java.lang.String Saml20Scoping_java_sourceCodeID
        See Also:
        Constant Field Values
      • Saml20Scoping_java_copyright

        static final java.lang.String Saml20Scoping_java_copyright
    • Method Detail

      • getProxyCount

        int getProxyCount()
        Returns the value of the 'Proxy Count' attribute.
        Returns:
        the value of the 'Proxy Count' attribute.
        See Also:
        #setProxyCount(short)
      • 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:
        getProxyCount()
      • getIDPList

        Saml20IDPList getIDPList()
        Returns the value of the 'IDP List' containment reference.
        Returns:
        the value of the 'IDP List' containment reference.
        See Also:
        setIDPList(Saml20IDPList)
      • 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:
        getIDPList()
      • getRequesterIDs

        java.util.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​(java.lang.String uri)
        Adds a URI to the set of '{RequesterID}' elements.
        Parameters:
        URI - to be added