| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote | |
| com.oracle.bedrock.runtime.remote.http | |
| com.oracle.bedrock.runtime.remote.ssh |
| Modifier and Type | Class and Description |
|---|---|
class |
HostBased
A host based
Authentication see http://tools.ietf.org/html/rfc4252#section-9 |
class |
Password
A password-based
Authentication. |
class |
SecureKeys
A secure public-private key-based
Authentication. |
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
RemotePlatform.authentication
The
Authentication to use for the SSH-based session. |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
RemotePlatform.getAuthentication()
Obtain the
Authentication to use to SSH to the remote host. |
| Constructor and Description |
|---|
RemotePlatform(InetAddress address,
String userName,
Authentication authentication,
com.oracle.bedrock.Option... options)
Constructs a new
RemotePlatform, using the default ssh port
for connections, named according to the address provided. |
RemotePlatform(String name,
InetAddress address,
int port,
String userName,
Authentication authentication,
com.oracle.bedrock.Option... options)
Constructs a new
RemotePlatform. |
RemotePlatform(String name,
InetAddress address,
String userName,
Authentication authentication,
com.oracle.bedrock.Option... options)
Constructs a new
RemotePlatform, using the default ssh port
for connections. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpBasedAuthentication
A specialized
Authentication that defines HTTP specific callbacks for
Authentications. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JSchBasedAuthentication
|
| Modifier and Type | Method and Description |
|---|---|
com.jcraft.jsch.Session |
JSchSessionFactory.createSession(String hostName,
int port,
String userName,
Authentication authentication,
JSchSocketFactory socketFactory,
com.oracle.bedrock.OptionsByType optionsByType)
Create a JSch
Session connected to the specified remote host. |
Copyright © 2017. All rights reserved.