Change By: Bruno Oliveira (08/Jul/13 3:08 PM)
Description: For the user mgmt we should have CRUD functionality, to "manage" users

* /get
* /get/SomeID
* POST (which is already there: /enroll) 
* PUT: update a user (e.g. password........)
* DELETE (
kill remove  a user )



Currently we have just login/logout/register

https://github.com/aerogear/aerogear-unified-push-server/blob/master/src/main/java/org/jboss/aerogear/connectivity/rest/security/AuthenticationEndpoint.java  
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