| Class | Description |
|---|---|
| BasicAuthRestTemplate |
BasicAuthRestTemplate is RestTemplate that uses Basic Authentication.
|
| BasicClientHttpRequestInterceptor |
Client-side HTTP requests interceptor that adds basic authentication
|
| DigestAuthRestTemplate |
DigestAuthRestTemplate is RestClientTemplate for Digest Authentication.
|
| DigestAuthRestTemplate.DigestRequestCallback |
RequestCallback wrapper that adds the digest solution header to the request headers
|
| DigestAuthRestTemplate.DigestResponseErrorHandler |
ResponseErrorHandler wrapper that handles the HTTP 401 Unauthorized errors
|
| Exception | Description |
|---|---|
| DigestAuthRestTemplate.UnauthorizedException |
Exception thrown by the DigestResponseErrorHandler when HTTP 401 Unauthorized occurs
|
Copyright © 2017–2020 NTT DATA Corporation. All rights reserved.