summaryrefslogtreecommitdiffstats
path: root/lib/public/IAppConfig.php
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2017-01-17 11:01:42 +0100
committerGitHub <noreply@github.com>2017-01-17 11:01:42 +0100
commit012708e1badebe5dab6260c2e9edb521d5dbfee0 (patch)
treecc0e6a1abe9a38b03d1d922a832c78b50b3d87a2 /lib/public/IAppConfig.php
parentb1a82969e66fb25d59cfef63d2a8744e374b2500 (diff)
parent5dc6899d1a3e11841b62971a52f0aa8e577c3065 (diff)
downloadnextcloud-server-012708e1badebe5dab6260c2e9edb521d5dbfee0.tar.gz
nextcloud-server-012708e1badebe5dab6260c2e9edb521d5dbfee0.zip
Merge pull request #3023 from nextcloud/issue-2915-filter-out-sensitive-appconfigs
Filter out sensitive appconfig values
Diffstat (limited to 'lib/public/IAppConfig.php')
-rw-r--r--lib/public/IAppConfig.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/IAppConfig.php b/lib/public/IAppConfig.php
index 01aca47ad81..4a92a224840 100644
--- a/lib/public/IAppConfig.php
+++ b/lib/public/IAppConfig.php
@@ -87,6 +87,15 @@ interface IAppConfig {
public function getValues($app, $key);
/**
+ * get all values of the app or and filters out sensitive data
+ *
+ * @param string $app
+ * @return array
+ * @since 12.0.0
+ */
+ public function getFilteredValues($app);
+
+ /**
* sets a value in the appconfig
* @param string $app app
* @param string $key key