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

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

Introduction

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

The text is from its open source code.

Constructor

BasicAuthenticationInterceptor(String username, String password)
Create a new interceptor which adds Basic Authentication for the given username and password.