Remove usages of BasicAuthorizationInterceptor

See gh-14830
This commit is contained in:
dreis2211
2018-10-15 16:22:43 +02:00
committed by Stephane Nicoll
parent 3bda1993bb
commit 8b14754cda
5 changed files with 50 additions and 35 deletions

View File

@@ -5914,7 +5914,7 @@ The following code shows a typical example:
TIP: `RestTemplateBuilder` includes a number of useful methods that can be used to
quickly configure a `RestTemplate`. For example, to add BASIC auth support, you can use
`builder.basicAuthorization("user", "password").build()`.
`builder.basicAuthentication("user", "password").build()`.