public class AccountClient extends Client
| Modifier and Type | Field and Description |
|---|---|
boolean |
loggedIn |
AccountResource |
resource |
| Constructor and Description |
|---|
AccountClient(PKIClient client,
java.lang.String subsystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
AccountInfo |
login() |
void |
logout() |
addClient, createProxy, getClient, getName, getSubsystem, removeClientpublic AccountResource resource
public boolean loggedIn
public AccountClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void init()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic AccountInfo login()
public void logout()