Package

org.openmole.gui.plugin.authentication

sshkey

Permalink

package sshkey

Visibility
  1. Public
  2. All

Type Members

  1. class Activator extends PluginActivator

    Permalink
  2. trait PrivateKeyAuthenticationAPI extends AnyRef

    Permalink
  3. class PrivateKeyAuthenticationApiImpl extends PrivateKeyAuthenticationAPI

    Permalink
  4. case class PrivateKeyAuthenticationData(privateKey: Option[String] = None, login: String = "", cypheredPassword: String = "", target: String = "", port: String = "22") extends AuthenticationData with Product with Serializable

    Permalink
  5. class PrivateKeyAuthenticationFactory extends AuthenticationPluginFactory

    Permalink
    Annotations
    @JSExportTopLevel( ... )
  6. class PrivateKeyAuthenticationGUI extends AuthenticationPlugin

    Permalink
    Annotations
    @JSExportTopLevel( ... )

Ungrouped