| Modifier and Type | Field and Description |
|---|---|
AccountClient |
accountClient |
| Constructor and Description |
|---|
SubsystemClient(PKIClient client,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
AccountInfo |
login()
Log in to the subsystem.
|
void |
logout()
Log out from the subsystem.
|
addClient, createProxy, getClient, getName, getSubsystem, removeClientpublic AccountClient accountClient
public SubsystemClient(PKIClient client, java.lang.String name) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic AccountInfo login() throws java.lang.Exception
java.lang.Exceptionpublic boolean exists()
throws java.lang.Exception
java.lang.Exceptionpublic void logout()
throws java.lang.Exception
java.lang.Exception