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