| Interface | Description |
|---|---|
| CacheKeyProvider |
Provides the caching key for the given request.
|
| Class | Description |
|---|---|
| AuthenticationCacheInterceptor |
An HTTP Request interceptor that adds previous auth headers in to the same host.
|
| CachingAuthenticatorDecorator |
An authenticator decorator which saves the generated authentication headers for a specific host.
|
| DefaultCacheKeyProvider |
The default version of the cache key provider, which simply takes the request URL / port for
|
| DispatchingAuthenticator |
A dispatching authenticator which can be used with multiple auth schemes.
|
| DispatchingAuthenticator.Builder |