Example usage for org.apache.http.impl.client BasicCredentialsProvider subclass-usage

List of usage examples for org.apache.http.impl.client BasicCredentialsProvider subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.client BasicCredentialsProvider subclass-usage.

Usage

From source file org.apache.taverna.activities.rest.RESTActivityCredentialsProvider.java

/**
 * This CredentialsProvider acts as a mediator between the Apache HttpClient and
 * Taverna's CredentialManager that stores all user's credentials.
 *
 * The only role of it is to retrieve stored details from CredentialManager when
 * they are required for HTTP authentication.