Re: [Geoserver-users] Identifying active user in a geoserver process?

2015-03-10 Thread Mike Grogan
Ragnvald, I believe you can get the authenticated user from: Authentication user = SecurityContextHolder.getContext().getAuthentication(); with the name available from user.getName() On Tue, Mar 10, 2015 at 4:24 AM, Ragnvald Larsen < ragnvald.lar...@miljodir.no> wrote: > In a recent quest

[Geoserver-users] Identifying active user in a geoserver process?

2015-03-10 Thread Ragnvald Larsen
In a recent question at gis.stackexchange.com one of the users asked the following question: Is there any way to identify user within execute() method of a GeoServer process? After processing of data within WPS I want to place the result in a folder with a name that corresponds to username, the