public class SelfTestClient extends Client
| Modifier and Type | Field and Description |
|---|---|
SelfTestResource |
resource |
| Constructor and Description |
|---|
SelfTestClient(PKIClient client,
java.lang.String subsystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSelfTests(java.lang.String action) |
SelfTestCollection |
findSelfTests(java.lang.Integer start,
java.lang.Integer size) |
SelfTestData |
getSelfTest(java.lang.String selfTestID) |
void |
init() |
addClient, createProxy, getClient, getName, getSubsystem, removeClientpublic SelfTestResource resource
public SelfTestClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void init()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic SelfTestCollection findSelfTests(java.lang.Integer start, java.lang.Integer size)
public void executeSelfTests(java.lang.String action)
public SelfTestData getSelfTest(java.lang.String selfTestID)