[OTDev] A&A

Tobias Girschick tobias.girschick at in.tum.de
Thu Oct 21 15:07:11 CEST 2010


Hi Nina, Andreas, All,

while adding the A&A functionality to the TUM webservices I stumbled
upon one question: is there a uniform way how the user credentials
(username, password) are passed to the services (not the A&A services
but an algorithm for example)?

Meaning do I issue:
curl -X GET
http://localhost:8080/OpenTox-dev/tox/test?username=usr&password=pwd -iv
or
curl -X GET -d 'username=usr' -d 'password=pwd'
http://localhost:8080/OpenTox-dev/tox/test -iv

I didn't find anything in the A&A Deliverable or the API...
I think I have seen the first version in the AMBIT code (might be
deprecated version)

Object username =
request.getResourceRef().getQueryAsForm().getFirstValue(username_tag);


best regards,
Tobias
-- 
Dipl.-Bioinf. Tobias Girschick

Technische Universität München
Institut für Informatik
Lehrstuhl I12 - Bioinformatik
Bolzmannstr. 3
85748 Garching b. München, Germany

Room: MI 01.09.042
Phone: +49 (89) 289-18002
Email: tobias.girschick at in.tum.de
Web: http://wwwkramer.in.tum.de/girschick




More information about the Development mailing list