Uses of Class
org.eclipse.jgit.errors.UnsupportedCredentialItem
Packages that use UnsupportedCredentialItem
-
Uses of UnsupportedCredentialItem in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw UnsupportedCredentialItemModifier and TypeMethodDescriptionbooleanChainingCredentialsProvider.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.