public static interface AuthenticationConfiguration.Builder extends SdkPojo, CopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
AuthenticationConfiguration.Builder |
basicAuthentication(Consumer<BasicAuthenticationConfiguration.Builder>... basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationConfiguration.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.
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.
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.
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.
AuthenticationConfiguration.Builder basicAuthentication(Consumer<BasicAuthenticationConfiguration.Builder>... 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.
This is a convenience method that creates an instance of theBasicAuthenticationConfiguration.Builder avoiding the
need to create one manually via
BasicAuthenticationConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #basicAuthentication(List.
basicAuthentication - a consumer that will call methods on
BasicAuthenticationConfiguration.Builder#basicAuthentication(java.util.Collection) Copyright © 2023. All rights reserved.