See: Description
| Interface | Description |
|---|---|
| AuthenticatedHostAccessor<C extends Credential<?>> |
A
HostAccessor for a host that requires authentication. |
| Authenticator |
Indicates that implementations can authenticate connections to remote hosts
using information from a
Credential. |
| HostAccessor |
Provides access to a host by opening file systems and execution systems.
|
| HostControlSystem |
Combines a file system and an execution system for a local or remote host.
|
| HostControlSystemUpgradeable |
Systems that implement this interface can be upgraded into
HostControlSystem instances. |
| Class | Description |
|---|---|
| AbstractHostControlSystem |
An abstract
HostControlSystem that delegates to a file system
instance and an execution system instance. |
| AuthenticatedSystemRequest<C extends Credential<?>> |
Contains information needed to open a
HostControlSystem for a host
that requires authentication. |
| Credential<A extends Authenticator> |
Contains information required to authenticate with a host or service.
|
| Host |
Represents a host with a unique hostname in a network.
|
| HostAccessors |
Creates
HostAccessor instances. |
| SystemRequest |
Contains information needed to open a
HostControlSystem. |
| Exception | Description |
|---|---|
| AuthenticationException |
Checked exception thrown when authentication fails.
|
| InetAddressUnresolvableException |
Unchecked exception thrown when a hostname cannot be resolved to an
InetAddress. |