Package org.dogtagpki.common
Class CAInfoClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- org.dogtagpki.common.CAInfoClient
-
public class CAInfoClient extends Client
- Author:
- Ade Lee
-
-
Constructor Summary
Constructors Constructor Description CAInfoClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CAInfo
getInfo()
void
init()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Field Detail
-
resource
public CAInfoResource resource
-
-
Constructor Detail
-
CAInfoClient
public CAInfoClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getInfo
public CAInfo getInfo() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-