Uses of Interface
org.opencms.security.I_CmsSecretStore
Packages that use I_CmsSecretStore
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
Access control and security classes for the OpenCms ACL permission system.
-
Uses of I_CmsSecretStore in org.opencms.configuration
Methods in org.opencms.configuration that return I_CmsSecretStoreMethods in org.opencms.configuration with parameters of type I_CmsSecretStoreModifier and TypeMethodDescriptionvoidCmsSystemConfiguration.setSecretStore(I_CmsSecretStore secretStore) Sets the secret store from the configuration. -
Uses of I_CmsSecretStore in org.opencms.main
Methods in org.opencms.main that return I_CmsSecretStoreModifier and TypeMethodDescriptionstatic I_CmsSecretStoreOpenCms.getSecretStore()Get the secret store.protected I_CmsSecretStoreOpenCmsCore.getSecretStore()Gets the secret store. -
Uses of I_CmsSecretStore in org.opencms.security
Classes in org.opencms.security that implement I_CmsSecretStoreModifier and TypeClassDescriptionclassSecret store that stores absolutely no secrets.classRFS secret store which just loads secrets from a .properties file, whose path is configured via the 'path' parameter.