public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
digestAlgorithm
The digest algorithm that the server uses when it is queried for a hash
of a particular class.
|
String |
host
The name or IP address of the JDCP server host.
|
String |
password
The password to use for authentication with the JDCP server.
|
String |
username
The username to use for authentication with the JDCP server.
|
boolean |
verbose
A value indicating whether the application should display additional
diagnostic information.
|
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
JobService |
getJobService()
Gets the
JobService to use for this client session. |
public boolean verbose
public String host
public String username
public String password
public String digestAlgorithm
public JobService getJobService()
JobService to use for this client session.JobService to use for this client sessionCopyright © 2017. All rights reserved.