Package org.dogtagpki.common
Class ConfigClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- org.dogtagpki.common.ConfigClient
-
public class ConfigClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description ConfigClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigData
getConfig()
ConfigData
getConfig(java.lang.String names, java.lang.String substores, java.lang.String sessionID)
void
init()
ConfigData
updateConfig(ConfigData configData)
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, getClient, getName, getSubsystem, removeClient
-
-
-
-
Field Detail
-
logger
public static final org.slf4j.Logger logger
-
resource
public ConfigResource resource
-
-
Constructor Detail
-
ConfigClient
public ConfigClient(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
-
getConfig
public ConfigData getConfig() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getConfig
public ConfigData getConfig(java.lang.String names, java.lang.String substores, java.lang.String sessionID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateConfig
public ConfigData updateConfig(ConfigData configData) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-