public class JGitPasswordAuthFactory
extends org.apache.sshd.client.auth.AbstractUserAuthFactory
UserAuthPasswordFactory that creates instance of
JGitPasswordAuthentication.| Modifier and Type | Field and Description |
|---|---|
static JGitPasswordAuthFactory |
INSTANCE
The singleton
JGitPasswordAuthFactory. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.client.auth.password.UserAuthPassword |
createUserAuth(org.apache.sshd.client.session.ClientSession session) |
getName, toStringgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final JGitPasswordAuthFactory INSTANCE
JGitPasswordAuthFactory.public org.apache.sshd.client.auth.password.UserAuthPassword createUserAuth(org.apache.sshd.client.session.ClientSession session)
throws IOException
IOExceptionCopyright © 2020 Eclipse JGit Project. All rights reserved.