Interface Scoping

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
ScopingImpl

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

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element Local Name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • PROXY_COUNT_ATTRIB_NAME

      static final String PROXY_COUNT_ATTRIB_NAME
      ProxyCount attribute name.
      See Also:
  • Method Details

    • 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