c

giter8

SshAgentSessionFactory

class SshAgentSessionFactory extends SshdSessionFactory

Linear Supertypes
SshdSessionFactory, Closeable, AutoCloseable, SshSessionFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SshAgentSessionFactory
  2. SshdSessionFactory
  3. Closeable
  4. AutoCloseable
  5. SshSessionFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SshAgentSessionFactory(knownHosts: Option[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): Unit
    Definition Classes
    SshdSessionFactory → Closeable → AutoCloseable
  7. def createKeyPasswordProvider(arg0: CredentialsProvider): KeyPasswordProvider
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  8. def createServerKeyDatabase(arg0: File, arg1: File): ServerKeyDatabase
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  9. def createSshConfigStore(arg0: File, arg1: File, arg2: String): SshConfigStore
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDefaultIdentities(arg0: File): List[Path]
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  15. def getDefaultKeys(arg0: File): Iterable[KeyPair]
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  16. def getDefaultKnownHostsFiles(sshDir: File): List[Path]
    Definition Classes
    SshAgentSessionFactory → SshdSessionFactory
  17. def getDefaultPreferredAuthentications(): String
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  18. def getHomeDirectory(): File
    Definition Classes
    SshdSessionFactory
  19. final def getKeyCache(): KeyCache
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  20. def getServerKeyDatabase(arg0: File, arg1: File): ServerKeyDatabase
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  21. def getSession(arg0: URIish, arg1: CredentialsProvider, arg2: FS, arg3: Int): SshdSession
    Definition Classes
    SshdSessionFactory → SshSessionFactory
    Annotations
    @throws(classOf[org.eclipse.jgit.errors.TransportException])
  22. def getSshConfig(arg0: File): File
    Attributes
    protected[sshd]
    Definition Classes
    SshdSessionFactory
  23. def getSshDirectory(): File
    Definition Classes
    SshdSessionFactory
  24. def getType(): String
    Definition Classes
    SshdSessionFactory → SshSessionFactory
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def releaseSession(arg0: RemoteSession): Unit
    Definition Classes
    SshSessionFactory
  31. def setHomeDirectory(arg0: File): Unit
    Definition Classes
    SshdSessionFactory
  32. def setSshDirectory(arg0: File): Unit
    Definition Classes
    SshdSessionFactory
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SshdSessionFactory

Inherited from Closeable

Inherited from AutoCloseable

Inherited from SshSessionFactory

Inherited from AnyRef

Inherited from Any

Ungrouped