Package com.netscape.certsrv.account
Class AccountClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.account.AccountClient
-
public class AccountClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description AccountClient(PKIClient client, java.lang.String subsystem)
AccountClient(PKIClient client, java.lang.String subsystem, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account
login()
void
logout()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Constructor Detail
-
AccountClient
public AccountClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
AccountClient
public AccountClient(PKIClient client, java.lang.String subsystem, java.lang.String prefix) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
login
public Account login() throws java.lang.Exception
- Throws:
java.lang.Exception
-
logout
public void logout() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-