Resources
ResourceDescriptionMethods
/{BASE}/user/loginThrows a AccessDeniedException if currently no user is logged in (aka: current user is anonymous).GET
/{BASE}/user/meProvide Account information about the currently logged in user (account)GET, POST, POST
/{BASE}/user/me/passwdUpdate/change the password for the current user.POST
/{BASE}/user/{login}Resolve/Redirect access to /user/* uris.GET
/{BASE}/usersList users (that have the given role).GET
/{BASE}/users/{login}Return the Account data of the requested loginPOST, GET, DELETE
/{BASE}/users/{login}/passwordSet the password for the given accountPOST
/{BASE}/users/{login}/profileUpdate/Save the user profile (foaf) for the given accountPOST
/{BASE}/users/{login}/rolesSet the roles for the given accountPOST