Packages

final class KeyFileAuthentication extends SshAuthentication with Serializable

Linear Supertypes
SshAuthentication, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyFileAuthentication
  2. SshAuthentication
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(o: Any): Boolean
    Definition Classes
    KeyFileAuthenticationSshAuthentication → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    KeyFileAuthenticationSshAuthentication → AnyRef → Any
  3. val keyfile: File
  4. val password: Option[String]
  5. def toString(): String
    Definition Classes
    KeyFileAuthenticationSshAuthentication → AnyRef → Any
  6. val user: String
  7. def withKeyfile(keyfile: File): KeyFileAuthentication
  8. def withPassword(password: String): KeyFileAuthentication
  9. def withPassword(password: Option[String]): KeyFileAuthentication
  10. def withUser(user: String): KeyFileAuthentication