Class IosCredentialSingleSignOnExtension.Builder

    • Method Detail

      • configurations

        public IosCredentialSingleSignOnExtension.Builder configurations​(List<KeyTypedValuePair> configurations)
        “Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.”
        Parameters:
        configurations - value of configurations property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • configurations

        public IosCredentialSingleSignOnExtension.Builder configurations​(KeyTypedValuePair... configurations)
        “Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.”
        Parameters:
        configurations - value of configurations property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • configurationsNextLink

        public IosCredentialSingleSignOnExtension.Builder configurationsNextLink​(String configurationsNextLink)
        “Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.”
        Parameters:
        configurationsNextLink - value of configurations@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • domains

        public IosCredentialSingleSignOnExtension.Builder domains​(List<String> domains)
        “Gets or sets a list of hosts or domain names for which the app extension performs SSO.”
        Parameters:
        domains - value of domains property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • domains

        public IosCredentialSingleSignOnExtension.Builder domains​(String... domains)
        “Gets or sets a list of hosts or domain names for which the app extension performs SSO.”
        Parameters:
        domains - value of domains property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • domainsNextLink

        public IosCredentialSingleSignOnExtension.Builder domainsNextLink​(String domainsNextLink)
        “Gets or sets a list of hosts or domain names for which the app extension performs SSO.”
        Parameters:
        domainsNextLink - value of domains@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • extensionIdentifier

        public IosCredentialSingleSignOnExtension.Builder extensionIdentifier​(String extensionIdentifier)
        “Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.”
        Parameters:
        extensionIdentifier - value of extensionIdentifier property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • realm

        public IosCredentialSingleSignOnExtension.Builder realm​(String realm)
        “Gets or sets the case-sensitive realm name for this profile.”
        Parameters:
        realm - value of realm property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • teamIdentifier

        public IosCredentialSingleSignOnExtension.Builder teamIdentifier​(String teamIdentifier)
        “Gets or sets the team ID of the app extension that performs SSO for the specified URLs.”
        Parameters:
        teamIdentifier - value of teamIdentifier property (as defined in service metadata)
        Returns:
        this (for method chaining)