Class CmsRfsSecretStore

java.lang.Object
org.opencms.security.CmsRfsSecretStore
All Implemented Interfaces:
I_CmsConfigurationParameterHandler, I_CmsSecretStore

public class CmsRfsSecretStore extends Object implements I_CmsSecretStore
RFS secret store which just loads secrets from a .properties file, whose path is configured via the 'path' parameter.

This class already initializes itself in the initConfiguration() method, which means it can return secrets before the initialize() method (which does nothing) is even called.

When OpenCms is running, this class will also track modifications in the configured secrets file and reload it.