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)Ask for the credential items to be populated.booleanCredentialsProvider. 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)Ask for the credential items to be populated.booleanUsernamePasswordCredentialsProvider. get(URIish uri, CredentialItem... items)Ask for the credential items to be populated.
-