Java org.springframework.http.client.support BasicAuthorizationInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.client.support BasicAuthorizationInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.client.support BasicAuthorizationInterceptor.

The text is from its open source code.

Constructor

BasicAuthorizationInterceptor(@Nullable String username, @Nullable String password)
Create a new interceptor which adds a BASIC authorization header for the given username and password.