Implementation for {@link StringPBEConfig} which can retrieve configurationvalues from environment variables or system properties.
The name of the environment variable or system property (JVM property) to query for each parameter can be set with its corresponding setXEnvName or setXSysProperty method.
As this class extends {@link SimplePBEConfig}, parameter values can be also set with the usual setX methods.
For any of the configuration parameters, if its value is not configured in any way, a null value will be returned by the corresponding getX method.
@since 1.3 @author Daniel Fernández
|
|