PRESERVED_OPTIONS variable

Prefix to be used to store the original preserved option.

Syntax

final String PRESERVED_OPTIONS

Remarks

Some configuration providers may interpret things like system properties or relative locations when processing configuration options. This prefix is used to store the original untouched property value so that it can be stored in the configuration file or supplied to an admin UI. CSI.LoginModule.0.options.options1=valueOfSystemProperty CSI.LoginModule.0.preservedOptions.options1=${system.property}