diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-15 13:55:57 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-21 15:03:28 +0100 |
commit | fc48f0fb03bc4e73cc96b358d518ddb42c3ffe34 (patch) | |
tree | 4dd9b6eeb9e16716986cbc322ab6464def95d1ac /sonar-plugin-api | |
parent | 22650cfd9cae653a9cdb14705350e617166f5ab0 (diff) | |
download | sonarqube-fc48f0fb03bc4e73cc96b358d518ddb42c3ffe34.tar.gz sonarqube-fc48f0fb03bc4e73cc96b358d518ddb42c3ffe34.zip |
SONAR-7254 Create task to feed user.local
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java b/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java index 457d19caa02..71895ffded4 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java @@ -468,7 +468,9 @@ public interface CoreProperties { /** * @since 4.2 + * @deprecated no more used since 5.5 */ + @Deprecated String CORE_AUTHENTICATOR_LOCAL_USERS = "sonar.security.localUsers"; /** |