BasicAuthentication |
This interface should be implemented by the scanner if Basic authentication will be required for
some of the data sources this scanner will access.
|
DigestAuthentication |
This interface should be implemented by the scanner if Digest authentication will be required for
some of the data sources this scanner will access.
|
FormAuthentication |
This interface should be implemented by the scanner if Form based authentication will be required
for some of the data sources this scanner will access.
|
HttpClientProvider |
This interface should be used by the scanner to obtain the Http client object.
|
HttpClientProviderFactory |
|
HttpConnectionConfig |
Http client connections Configuration parameters
|
HttpDataSourceScanner |
The scanner should implement this interface if it retrieves data using an Http client.
|
HttpProxy |
The scanner should implement this interface if the Http data source is connected to through an
Http proxy.
|
NoAuthentication |
This interface should be implemented by the scanner if some of the data sources accessed by this
scanner require no authentication.
|
NtlmAuthentication |
This interface should be implemented by the scanner if Ntlm authentication will be required for
some of the data sources this scanner will access.
|