]> source.dussan.org Git - sonarqube.git/commit
SONAR-3776 Provide a WS Api to validate a user's login/password
authorDavid Gageot <david@gageot.net>
Mon, 10 Sep 2012 15:02:34 +0000 (17:02 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 10 Sep 2012 15:02:34 +0000 (17:02 +0200)
commit1025c620d71f5ba1a908852dcfee9f0b2ec7d8c6
tree5edddd47b64fe481b69ee6a33483837ff35c9588
parent66b298b234225afafb4eb538071bb2bbd8309ee0
SONAR-3776 Provide a WS Api to validate a user's login/password
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/authentication_controller.rb [new file with mode: 0644]
sonar-ws-client/pom.xml
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Authentication.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/services/AuthenticationQuery.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/AuthenticationUnmarshaller.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/Unmarshallers.java
sonar-ws-client/src/test/java/org/sonar/wsclient/services/AuthenticationQueryTest.java [new file with mode: 0644]
sonar-ws-client/src/test/java/org/sonar/wsclient/services/AuthenticationTest.java [new file with mode: 0644]
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/AuthenticationUnmarshallerTest.java [new file with mode: 0644]
sonar-ws-client/src/test/resources/authentication/authentication_invalid.json [new file with mode: 0644]
sonar-ws-client/src/test/resources/authentication/authentication_valid.json [new file with mode: 0644]