org.digimead.digi.ctrl.sshd.SSHDUsers

Key

object Key extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Key
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def exportDropbearKey(context: Context, user: UserInfo): Any

    Annotations
    @Loggable()
  11. def exportOpenSSHKey(context: Context, user: UserInfo): Any

    Annotations
    @Loggable()
  12. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def generateDSAKey(context: Context, user: UserInfo): Boolean

    Annotations
    @Loggable()
  14. def generateRSAKey(context: Context, user: UserInfo, length: Int): Boolean

    Annotations
    @Loggable()
  15. def getAuthorizedKeysFile(context: Context, user: UserInfo): Option[File]

    Annotations
    @Loggable()
  16. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  17. def getDropbearKeyFile(context: Context, user: UserInfo): Option[File]

    Annotations
    @Loggable()
  18. def getOpenSSHKeyFile(context: Context, user: UserInfo): Option[File]

    Annotations
    @Loggable()
  19. def getPublicKeyFile(context: Context, user: UserInfo): Option[File]

    Annotations
    @Loggable()
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def importKey(activity: Activity, user: UserInfo): Unit

    Annotations
    @Loggable()
  22. def importKeyOnClick(context: Context, file: File): Boolean

  23. def importKeyOnResult(context: Context, path: File, files: Seq[File], stash: Any): Unit

    Annotations
    @Loggable()
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def updateAuthorizedKeys(context: Context, user: UserInfo): Boolean

    Annotations
    @Loggable()
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any