public class KRAConnectorClient extends Client
| Modifier and Type | Field and Description |
|---|---|
KRAConnectorResource |
kraConnectorClient |
| Constructor and Description |
|---|
KRAConnectorClient(PKIClient client,
java.lang.String subsystem) |
| Modifier and Type | Method and 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) |
addClient, createProxy, getClient, getName, getSubsystem, removeClientpublic KRAConnectorResource kraConnectorClient
public KRAConnectorClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void init()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void addConnector(KRAConnectorInfo info) throws java.lang.Exception
java.lang.Exceptionpublic void addHost(java.lang.String host,
java.lang.String port)
throws java.lang.Exception
java.lang.Exceptionpublic void removeConnector(java.lang.String host,
java.lang.String port)
throws java.lang.Exception
java.lang.Exceptionpublic KRAConnectorInfo getConnectorInfo() throws java.lang.Exception
java.lang.Exception