Chris Snider
Senior Software Engineer
Intelligent Software Solutions, Inc.
-----Original Message-----
From: mlg27 [mailto:sam_parada@anonymised.com]
Sent: Friday, April 04, 2014 9:42 AM
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] Login into geoserver from java
hi,
I want to log in geroserver from a java web application using post request.
How I can do this?
Exists any url like
"http//:host:port/geoserver/login?username=usr&password=pass"?
I am not quite sure what you are asking for … perhaps I can ask what you wish to accomplish by logging into GeoServer?
a) Access maps or mapping data
The web services are stateless and do not require a session to access.
b) Configuration
Configure is easiest to perform as an administration using the web administration application. You may wish to write another program to perform configuration for you using the “REST API”. Each REST api request is independent, but requires a username and password.
I've integrated the geoserver web interface in gatein portal using a iframe
portlet, and what I want is login geoserver using the credentials of the
current user that is logged in the portal.