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 boolean
ChainingCredentialsProvider. 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 valuesboolean
CredentialsProvider. get(URIish uri, java.util.List<CredentialItem> items)
Ask for the credential items to be populated.abstract boolean
CredentialsProvider. get(URIish uri, CredentialItem... items)
Ask for the credential items to be populated.boolean
NetRCCredentialsProvider. get(URIish uri, CredentialItem... items)
boolean
UsernamePasswordCredentialsProvider. get(URIish uri, CredentialItem... items)
-