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, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClientpublic KRAConnectorResource kraConnectorClient
public KRAConnectorClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
java.lang.Exceptionpublic void init()
throws java.lang.Exception
java.lang.Exceptionpublic 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