public class AccountClient extends Client
| Modifier and Type | Field and Description |
|---|---|
boolean |
loggedIn |
static org.slf4j.Logger |
logger |
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 static org.slf4j.Logger logger
public 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() throws java.lang.Exception
java.lang.Exceptionpublic void logout()
throws java.lang.Exception
java.lang.Exception