Uses of Class
org.eclipse.jgit.transport.CredentialItem.CharArrayType
-
Packages that use CredentialItem.CharArrayType Package Description org.eclipse.jgit.console org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of CredentialItem.CharArrayType in org.eclipse.jgit.console
Methods in org.eclipse.jgit.console with parameters of type CredentialItem.CharArrayType Modifier and Type Method Description private boolean
ConsoleCredentialsProvider. get(CredentialItem.CharArrayType item)
-
Uses of CredentialItem.CharArrayType in org.eclipse.jgit.transport
Subclasses of CredentialItem.CharArrayType in org.eclipse.jgit.transport Modifier and Type Class Description static class
CredentialItem.Password
Prompt for a password, which is masked on input.
-