]> source.dussan.org Git - sonarqube.git/commit
SONAR-7478 WS api/users/identity_providers return external identity providers
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 29 Mar 2016 14:34:18 +0000 (16:34 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Wed, 30 Mar 2016 10:18:13 +0000 (12:18 +0200)
commitd927ef2f4096f3d925f28397aa6edc597b2ce45d
tree9d06bd62aec7124e5853baf136e6de8776440dfe
parent10955ec396a053d596a40ac3fdf7ca73dd911327
SONAR-7478 WS api/users/identity_providers return external identity providers
server/sonar-server/src/main/java/org/sonar/server/platform/platformlevel/PlatformLevel4.java
server/sonar-server/src/main/java/org/sonar/server/user/ws/IdentityProvidersAction.java [new file with mode: 0644]
server/sonar-server/src/main/resources/org/sonar/server/user/ws/identity_providers-example.json [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/user/ws/IdentityProvidersActionTest.java [new file with mode: 0644]
sonar-ws/src/main/protobuf/ws-users.proto [new file with mode: 0644]