final class KeyFileAuthentication extends SshAuthentication with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyFileAuthentication
- SshAuthentication
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- KeyFileAuthentication → SshAuthentication → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- KeyFileAuthentication → SshAuthentication → AnyRef → Any
- val keyfile: File
- val password: Option[String]
-
def
toString(): String
- Definition Classes
- KeyFileAuthentication → SshAuthentication → AnyRef → Any
- val user: String
- def withKeyfile(keyfile: File): KeyFileAuthentication
- def withPassword(password: String): KeyFileAuthentication
- def withPassword(password: Option[String]): KeyFileAuthentication
- def withUser(user: String): KeyFileAuthentication