Class ScopingImpl

  • All Implemented Interfaces:
    Scoping

    public class ScopingImpl
    extends Object
    implements Scoping
    This class defines methods to retrieve Identity Providers and context/limitations related to proxying of the request message.
    • Constructor Detail

      • ScopingImpl

        public ScopingImpl()
        Constructor to create Scoping object.
      • ScopingImpl

        public ScopingImpl​(Element element)
                    throws SAML2Exception
        Constructor to create the Scoping Object.
        Parameters:
        element - Document Element of Scoping Object.
        Throws:
        SAML2Exception - if Scoping cannot be created.
      • ScopingImpl

        public ScopingImpl​(String xmlString)
                    throws SAML2Exception
        Constructor to create the Scoping Object.
        Parameters:
        xmlString - XML String Representation of Scoping Object.
        Throws:
        SAML2Exception - if Scoping cannot be created.