public class OKVClientUpdates
extends java.lang.Object
Constructor and Description |
---|
OKVClientUpdates() |
Modifier and Type | Method and Description |
---|---|
OKVTTLV |
getCertRotUpd()
Get CA Cert Rotation Update TTLV.
|
OKVTTLV |
getConfigParamsUpd()
Get Config Params Update TTLV.
|
OKVTTLV |
getScanListUpd()
Get Scan List Update TTLV.
|
void |
setCertRotUpd(OKVTTLV certRotUpd)
Set CA Cert Rotation Update TTLV.
|
void |
setConfigParamsUpd(OKVTTLV configParamsUpd)
Set Config Params Update TTLV.
|
void |
setScanListUpd(OKVTTLV scanListUpd)
Set Scan List Update TTTLV.
|
void |
updateEndpointConfiguration(OKVEnv env)
Updates the client configuration object which is a
member of OKV Environment handle with all the new
updates received for scan list, configuration parameters
and CA certificate rotation from Server in KMIP operation
response.
|
public OKVTTLV getScanListUpd()
public void setScanListUpd(OKVTTLV scanListUpd)
scanListUpd
- Scan List Update TTLVpublic OKVTTLV getConfigParamsUpd()
public void setConfigParamsUpd(OKVTTLV configParamsUpd)
configParamsUpd
- Config Params Update TTLVpublic OKVTTLV getCertRotUpd()
public void setCertRotUpd(OKVTTLV certRotUpd)
certRotUpd
- CA Cert Rotation Update TTLVpublic void updateEndpointConfiguration(OKVEnv env) throws OKVEndpointUpdatesNotSuccessfulException, OKVConfigurationException
env
- OKV Environment handleOKVEndpointUpdatesNotSuccessfulException
OKVConfigurationException