this.setClientConfig(null);
}
@Override
public void updateConfig(CasClientConfig config) throws ApsSystemException {
ConfigDOM configDOM = new ConfigDOM();
String configurationItem;
try {
configurationItem = configDOM.createConfigXml(config);
this.getConfigManager().updateConfigItem(CasClientPluginSystemCostants.JPCASCLIENT_CONFIG_ITEM, configurationItem);
this.setClientConfig(config);
} catch (ApsSystemException t) {
ApsSystemUtils.logThrowable(t, this, "updateConfig");
throw new ApsSystemException("Errore in fase di aggiornamento configurazione mail", t);