[ 
https://issues.apache.org/jira/browse/SYNCOPE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588414#comment-13588414
 ] 

Hudson commented on SYNCOPE-324:
--------------------------------

Integrated in Syncope-trunk #118 (See 
[https://builds.apache.org/job/Syncope-trunk/118/])
    [SYNCOPE-324] remove UserService.verifyPassword(...) and use 
BasicAuthentication with UserService.readSelf() instead (Revision 1450771)

     Result = FAILURE
jbernhardt : 
Files : 
* 
/syncope/trunk/client/src/main/java/org/apache/syncope/client/services/proxy/UserServiceProxy.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java
* 
/syncope/trunk/common/src/main/java/org/apache/syncope/common/validation/SyncopeClientErrorHandler.java
* 
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/UserServiceImpl.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/UserRequestTestITCase.java
* 
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/UserTestITCase.java

                
> Return User instead of Boolean from REST username + password query
> ------------------------------------------------------------------
>
>                 Key: SYNCOPE-324
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-324
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Jan Bernhardt
>             Fix For: 1.1.0
>
>
> The REST API GET /users?username={username}&pwd={password} currently returns 
> a boolean. This task is to return the User instead, as per the mailing list 
> discussion here:
> http://syncope-dev.1063484.n5.nabble.com/API-query-td5712965.html
> If authentication is successful we should return 200 OK, if authentication 
> fails we should return 404 NOT FOUND. 
> Caching should be disabled for this URL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to