C
- the type of Credential
used to access the host.public interface AuthenticatedHostAccessor<C extends Credential<?>> extends HostAccessor
HostAccessor
for a host that requires authentication.Modifier and Type | Method and Description |
---|---|
AuthenticatedSystemRequest<C> |
request()
Returns the
SystemRequest object used when opening new systems. |
getHost, open
AuthenticatedSystemRequest<C> request()
HostAccessor
SystemRequest
object used when opening new systems.request
in interface HostAccessor