| Interface | Description |
|---|---|
| Authentication |
Provides authentication information for authenticating connections, transferring
information and making requests for
RemoteTerminals. |
| RemoteApplicationProcess |
An
ApplicationProcess that is executing or executed on
a RemotePlatform. |
| RemoteTerminal |
An internal mechanism for interacting with a
RemotePlatform, including
launching RemoteApplicationProcesses and creating remote directories. |
| RemoteTerminal.Launchable |
A callback interface defining how an
Application should be launched remotely using a
RemoteTerminal. |
| RemoteTerminalBuilder |
A internal mechanism to build
RemoteTerminals for RemotePlatforms. |
| Class | Description |
|---|---|
| AbstractRemoteApplicationLauncher<A extends Application> |
An abstract implementation of a
ApplicationLauncher. |
| AbstractRemoteTerminal |
An abstract
RemoteTerminal. |
| DeployedArtifacts | |
| DeploymentArtifact | |
| HostBased |
A host based
Authentication see http://tools.ietf.org/html/rfc4252#section-9 |
| Password |
A password-based
Authentication. |
| RemotePlatform |
A
Platform that is remote from the
current LocalPlatform. |
| RemoteTerminals |
Helper methods to construct various builders for
RemoteTerminals. |
| SecureKeys |
A secure public-private key-based
Authentication. |
| SimpleRemoteApplicationLauncher |
A simple implementation of a remote
ApplicationLauncher. |
Copyright © 2017. All rights reserved.