Package com.netscape.certsrv.system
Class TPSConnectorClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.system.TPSConnectorClient
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConnector
(String tpsHost, String tpsPort) void
void
deleteConnector
(String host, String port) void
findConnectors
(String host, String port, Integer start, Integer size) getConnector
(String id) getConnector
(String host, String port) void
init()
modifyConnector
(String id, TPSConnectorData data) Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
Constructor Details
-
TPSConnectorClient
- Throws:
Exception
-
-
Method Details
-
init
- Throws:
Exception
-
findConnectors
public TPSConnectorCollection findConnectors(String host, String port, Integer start, Integer size) throws Exception - Throws:
Exception
-
getConnector
- Throws:
Exception
-
getConnector
- Throws:
Exception
-
createConnector
- Throws:
Exception
-
modifyConnector
- Throws:
Exception
-
deleteConnector
- Throws:
Exception
-
deleteConnector
- Throws:
Exception
-