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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

booleanget(URIish uri, CredentialItem... items)
Ask for the credential items to be populated.
booleanget(URIish uri, List items)
Ask for the credential items to be populated.
CredentialsProvidergetDefault()
Get the default credentials provider, or null.
booleanisInteractive()
Check if the provider is interactive with the end-user.
voidsetDefault(CredentialsProvider p)
Set the default credentials provider.
booleansupports(CredentialItem... items)
Check if the provider can supply the necessary org.eclipse.jgit.transport.CredentialItem s.