Package com.netscape.certsrv.client
Class SubsystemClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.client.SubsystemClient
-
-
Field Summary
Fields Modifier and Type Field Description AccountClient
accountClient
-
Constructor Summary
Constructors Constructor Description SubsystemClient(PKIClient client, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exists()
AccountInfo
login()
Log in to the subsystem.void
logout()
Log out from the subsystem.-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, getClient, getName, getSubsystem, removeClient
-
-
-
-
Field Detail
-
accountClient
public AccountClient accountClient
-
-
Constructor Detail
-
SubsystemClient
public SubsystemClient(PKIClient client, java.lang.String name) throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-
Method Detail
-
login
public AccountInfo login()
Log in to the subsystem.
-
exists
public boolean exists() throws java.lang.Exception
- Throws:
java.lang.Exception
-
logout
public void logout()
Log out from the subsystem.
-
-