/{BASE}/user/login | Throws a AccessDeniedException if currently no user is logged in (aka: current user
is anonymous). | GET |
/{BASE}/user/me | Provide Account information about the currently logged in user (account) | GET, POST, POST |
/{BASE}/user/me/passwd | Update/change the password for the current user. | POST |
/{BASE}/user/{login} | Resolve/Redirect access to /user/* uris. | GET |
/{BASE}/users | List users (that have the given role). | GET |
/{BASE}/users/{login} | Return the Account data of the requested login | POST, GET, DELETE |
/{BASE}/users/{login}/password | Set the password for the given account | POST |
/{BASE}/users/{login}/profile | Update/Save the user profile (foaf) for the given account | POST |
/{BASE}/users/{login}/roles | Set the roles for the given account | POST |