Uses of Interface
org.cruk.clarity.api.http.AuthenticatingClientHttpRequestFactory
Package
Description
Classes specific to the REST template operation.
Concrete implementation classes of the Clarity API.
-
Uses of AuthenticatingClientHttpRequestFactory in org.cruk.clarity.api.http
Modifier and TypeClassDescriptionclass
Client HTTP request factory adding basic authentication to the request. -
Uses of AuthenticatingClientHttpRequestFactory in org.cruk.clarity.api.impl
Modifier and TypeFieldDescriptionprotected AuthenticatingClientHttpRequestFactory
ClarityAPIImpl.httpRequestFactory
The request factory for direct communication with the HTTP client.Modifier and TypeMethodDescriptionvoid
ClarityAPIImpl.setHttpRequestFactory
(AuthenticatingClientHttpRequestFactory httpRequestFactory) Set the factory used for obtaining HTTP requests.