Java org.eclipse.jgit.transport UsernamePasswordCredentialsProvider fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport UsernamePasswordCredentialsProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport UsernamePasswordCredentialsProvider.

The text is from its open source code.

Subclass

org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider has subclasses.
Click this link to see all its subclasses.

Constructor

UsernamePasswordCredentialsProvider(String username, String password)
Initialize the provider with a single username and password.
UsernamePasswordCredentialsProvider(String username, char[] password)
Initialize the provider with a single username and password.