Package com.netscape.certsrv.system
Class KRAConnectorClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.system.KRAConnectorClient
-
public class KRAConnectorClient extends Client
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description KRAConnectorResource
kraConnectorClient
-
Constructor Summary
Constructors Constructor Description KRAConnectorClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConnector(KRAConnectorInfo info)
void
addHost(java.lang.String host, java.lang.String port)
KRAConnectorInfo
getConnectorInfo()
void
init()
void
removeConnector(java.lang.String host, java.lang.String port)
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, getClient, getName, getSubsystem, removeClient
-
-
-
-
Field Detail
-
kraConnectorClient
public KRAConnectorResource kraConnectorClient
-
-
Constructor Detail
-
KRAConnectorClient
public KRAConnectorClient(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
-
addConnector
public void addConnector(KRAConnectorInfo info) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addHost
public void addHost(java.lang.String host, java.lang.String port) throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeConnector
public void removeConnector(java.lang.String host, java.lang.String port) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getConnectorInfo
public KRAConnectorInfo getConnectorInfo() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-