public class AccountClient extends Client
| Modifier and Type | Field and Description |
|---|---|
boolean |
loggedIn |
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AccountClient(PKIClient client,
java.lang.String subsystem) |
AccountClient(PKIClient client,
java.lang.String subsystem,
java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Account |
login() |
void |
logout() |
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClientpublic AccountClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
java.lang.Exceptionpublic AccountClient(PKIClient client, java.lang.String subsystem, java.lang.String prefix) throws java.lang.Exception
java.lang.Exceptionpublic Account login() throws java.lang.Exception
java.lang.Exceptionpublic void logout()
throws java.lang.Exception
java.lang.Exception