Uses of Class
org.eclipse.jgit.errors.UnsupportedCredentialItem
-
Packages that use UnsupportedCredentialItem Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of UnsupportedCredentialItem in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw UnsupportedCredentialItem Modifier and Type Method Description booleanChainingCredentialsProvider. get(URIish uri, CredentialItem... items)Populates the credential items with the credentials provided by the first credential provider in the list which populates them with non-null valuesbooleanCredentialsProvider. get(URIish uri, List<CredentialItem> items)Ask for the credential items to be populated.abstract booleanCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.booleanNetRCCredentialsProvider. get(URIish uri, CredentialItem... items)booleanUsernamePasswordCredentialsProvider. get(URIish uri, CredentialItem... items)
-