Interface Scoping

  • All Superinterfaces:
    SAMLObject, org.opensaml.core.xml.XMLObject

    public interface Scoping
    extends SAMLObject
    SAML 2.0 Core Scoping.
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getProxyCount

        Integer getProxyCount()
        Gets the ProxyCount attrib value.
        Returns:
        the ProxyCount attrib value
      • setProxyCount

        void setProxyCount​(Integer newProxyCount)
        Sets the ProxyCount attrib value.
        Parameters:
        newProxyCount - the new ProxyCount attrib value
      • getIDPList

        IDPList getIDPList()
        Gets the IDPList.
        Returns:
        IDPList
      • setIDPList

        void setIDPList​(IDPList newIDPList)
        Sets the IDPList.
        Parameters:
        newIDPList - the new IDPList
      • getRequesterIDs

        List<RequesterID> getRequesterIDs()
        Gets the list of RequesterID's.
        Returns:
        list of RequesterID's