public interface ConfigurationFactory
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.eclipse.scada.sec.UserInformation userInformation,
String configurationId)
receive configuration delete request
|
void |
update(org.eclipse.scada.sec.UserInformation userInformation,
String configurationId,
Map<String,String> properties)
receive configuration update
|
void update(org.eclipse.scada.sec.UserInformation userInformation,
String configurationId,
Map<String,String> properties)
throws Exception
userInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeproperties - the new propertiesException - can be thrown if anything goes wrong changing the configurationvoid delete(org.eclipse.scada.sec.UserInformation userInformation,
String configurationId)
throws Exception
userInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeException - can be thrown if anything goes wrong changing the configuration