writeNewConfiguration(Map< String, Object >, Map< String, String >) method

Stores the updated configuration.

Syntax

void writeNewConfiguration ( Map< String, Object > selectors , Map< String, String > configuration ) throws SecException

Usage

There is no default implementation. The subclasses must overwrite this method to support this feature.

The supplied configuration should be written to the configuration file as is. The override properties should not be applied. The override properties should only be applied to the configuration when returned from getConfiguration.