Class ScopingImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.core.impl.ScopingImpl
All Implemented Interfaces:
XMLObject, SAMLObject, Scoping

public class ScopingImpl extends AbstractXMLObject implements Scoping
Concrete implementation of Scoping.
  • Field Details

    • idpList

      @Nullable private IDPList idpList
      IDPList child element.
    • requesterIDs

      @Nonnull private final XMLObjectChildrenList<RequesterID> requesterIDs
      List of RequesterID child elements.
    • proxyCount

      @Nullable private Integer proxyCount
      ProxyCount attribute.
  • Constructor Details

    • ScopingImpl

      protected ScopingImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details