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, removeClient
public 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.URISyntaxException
public void init() throws java.net.URISyntaxException
java.net.URISyntaxException
public AccountInfo login() throws java.lang.Exception
java.lang.Exception
public void logout() throws java.lang.Exception
java.lang.Exception