Interface CredentialsProvider

All Known Implementing Classes:
BasicCredentialsProvider, SystemDefaultCredentialsProvider

public interface CredentialsProvider
Abstract credentials provider that maintains a collection of user credentials.

Implementations of this interface must be thread-safe. Access to shared data must be synchronized as methods of this interface may be executed from multiple threads.

Since:
4.0