Interface AuthenticationConfiguration.Builder

    • Method Detail

      • basicAuthentication

        AuthenticationConfiguration.Builder basicAuthentication​(Collection<BasicAuthenticationConfiguration> basicAuthentication)

        The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.

        The list includes the name and port number of the website host.

        Parameters:
        basicAuthentication - The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.

        The list includes the name and port number of the website host.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • basicAuthentication

        AuthenticationConfiguration.Builder basicAuthentication​(BasicAuthenticationConfiguration... basicAuthentication)

        The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.

        The list includes the name and port number of the website host.

        Parameters:
        basicAuthentication - The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.

        The list includes the name and port number of the website host.

        Returns:
        Returns a reference to this object so that method calls can be chained together.