Interface Scoping

  • All Superinterfaces:
    XmlSerializable

    @SupportedAll
    public interface Scoping
    extends XmlSerializable
    This interface defines methods to retrieve Identity Providers and context/limitations related to proxying of the request message.
    • Method Detail

      • getProxyCount

        Integer getProxyCount()
        Returns the value of ProxyCount attribute.
        Returns:
        the value of ProxyCount attribute.
        See Also:
        setProxyCount(Integer)
      • setProxyCount

        void setProxyCount​(Integer proxyCount)
                    throws SAML2Exception
        Sets the value of ProxyCount attribute.
        Parameters:
        proxyCount - new value of ProxyCount attribute.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getProxyCount()
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

        boolean isMutable()
        Returns true if object is mutable.
        Returns:
        true if object is mutable.