Class ScopingBuilder

    • Constructor Detail

      • ScopingBuilder

        public ScopingBuilder()
    • Method Detail

      • builder

        public static ScopingBuilder builder()
        Utility method that creates a builder.
        Returns:
        a builder
      • proxyCount

        public ScopingBuilder proxyCount​(Integer count)
        Assigns the ProxyCount attribute.
        Parameters:
        count - the proxy count
        Returns:
        the builder
      • idpList

        public ScopingBuilder idpList​(String completeUri,
                                      List<IDPEntry> idpEntries)
        Adds the IDPList element.
        Parameters:
        completeUri - the GetComplete element of the IDPList element (may be null)
        idpEntries - the IDPEntry elements of the IDPList element
        Returns:
        the builder
      • idpList

        public ScopingBuilder idpList​(String completeUri,
                                      IDPEntry... idpEntries)
        Parameters:
        completeUri - the GetComplete element of the IDPList element (may be null)
        idpEntries - the IDPEntry elements of the IDPList element
        Returns:
        the builder
        See Also:
        idpList(String, List)
      • idpEntry

        public static IDPEntry idpEntry​(String providerID,
                                        String name,
                                        String loc)
        Creates an IDPEntry element.
        Parameters:
        providerID - the ProviderID attribute
        name - the Name attribute
        loc - the Loc attribute
        Returns:
        an IDPEntry element
      • requesterIDs

        public ScopingBuilder requesterIDs​(List<String> ids)
        Assigns RequesterID elements.
        Parameters:
        ids - the RequesterID elements to add
        Returns:
        the builder