Hi,
Maybe I'm missing something but I cannot find the XQuery way to get access to the logged in user from a web application using RESTXQ.
The servlet request object has getRemoteUser and Exist, for example, has xmldb:get-current-user and Marklogic has xdmp:get-current-user.
I don't need to know intricate user details just need the handle on the logged in / authenticated user (possibly from the servlet request object?)
--Marc
Maybe I'm missing something but I cannot find the XQuery way to get access to the logged in user from a web application using RESTXQ.
The servlet request object has getRemoteUser and Exist, for example, has xmldb:get-current-user and Marklogic has xdmp:get-current-user.
We could add a function user:current() to the new User Module [1]. More suggestions on other, possibly missing, functions are welcome.
Best, Christian
Hi Christian,
Not sure what else. I'm only starting to delve into this area and I'm not sure what else would be helpful. In general I'm looking at creating a small REST atompub service that handles authentication and this was one of the missing pieces I encountered.
Cheers,
On Sat, Mar 14, 2015 at 4:17 PM, Christian Grün christian.gruen@gmail.com wrote:
Maybe I'm missing something but I cannot find the XQuery way to get access to the logged in user from a web application using RESTXQ.
The servlet request object has getRemoteUser and Exist, for example, has xmldb:get-current-user and Marklogic has xdmp:get-current-user.
We could add a function user:current() to the new User Module [1]. More suggestions on other, possibly missing, functions are welcome.
Best, Christian
Hi Marc,
the function is now available in the 8.1 snapshot [1].
Best, Christian
[1] http://docs.basex.org/wiki/User_Module#user:current
On Sat, Mar 21, 2015 at 3:16 PM, Marc van Grootel marc.van.grootel@gmail.com wrote:
Hi Christian,
Not sure what else. I'm only starting to delve into this area and I'm not sure what else would be helpful. In general I'm looking at creating a small REST atompub service that handles authentication and this was one of the missing pieces I encountered.
Cheers,
On Sat, Mar 14, 2015 at 4:17 PM, Christian Grün christian.gruen@gmail.com wrote:
Maybe I'm missing something but I cannot find the XQuery way to get access to the logged in user from a web application using RESTXQ.
The servlet request object has getRemoteUser and Exist, for example, has xmldb:get-current-user and Marklogic has xdmp:get-current-user.
We could add a function user:current() to the new User Module [1]. More suggestions on other, possibly missing, functions are welcome.
Best, Christian
-- --Marc
basex-talk@mailman.uni-konstanz.de