C
- the type of Credential
used to access the host.public class AuthenticatedSystemRequest<C extends Credential<?>> extends SystemRequest
HostControlSystem
for a host
that requires authentication.Modifier and Type | Field and Description |
---|---|
static String |
CREDENTIAL_KEY |
Constructor and Description |
---|
AuthenticatedSystemRequest(URI uri,
C credential) |
AuthenticatedSystemRequest(URI uri,
Map<String,?> env,
Class<C> credentialClass) |
Modifier and Type | Method and Description |
---|---|
C |
getCredential() |
public static final String CREDENTIAL_KEY
public C getCredential()