class SshAgentSessionFactory extends SshdSessionFactory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SshAgentSessionFactory
- SshdSessionFactory
- Closeable
- AutoCloseable
- SshSessionFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SshAgentSessionFactory(knownHosts: Option[String])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- SshdSessionFactory → Closeable → AutoCloseable
-
def
createKeyPasswordProvider(arg0: CredentialsProvider): KeyPasswordProvider
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
createServerKeyDatabase(arg0: File, arg1: File): ServerKeyDatabase
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
createSshConfigStore(arg0: File, arg1: File, arg2: String): SshConfigStore
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDefaultIdentities(arg0: File): List[Path]
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
getDefaultKeys(arg0: File): Iterable[KeyPair]
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
getDefaultKnownHostsFiles(sshDir: File): List[Path]
- Definition Classes
- SshAgentSessionFactory → SshdSessionFactory
-
def
getDefaultPreferredAuthentications(): String
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
getHomeDirectory(): File
- Definition Classes
- SshdSessionFactory
-
final
def
getKeyCache(): KeyCache
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
getServerKeyDatabase(arg0: File, arg1: File): ServerKeyDatabase
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
getSession(arg0: URIish, arg1: CredentialsProvider, arg2: FS, arg3: Int): SshdSession
- Definition Classes
- SshdSessionFactory → SshSessionFactory
- Annotations
- @throws( ... )
-
def
getSshConfig(arg0: File): File
- Attributes
- protected[sshd]
- Definition Classes
- SshdSessionFactory
-
def
getSshDirectory(): File
- Definition Classes
- SshdSessionFactory
-
def
getType(): String
- Definition Classes
- SshdSessionFactory → SshSessionFactory
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
releaseSession(arg0: RemoteSession): Unit
- Definition Classes
- SshSessionFactory
-
def
setHomeDirectory(arg0: File): Unit
- Definition Classes
- SshdSessionFactory
-
def
setSshDirectory(arg0: File): Unit
- Definition Classes
- SshdSessionFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()