ResourceAccessManager: be able to provide different access rules for different services
---------------------------------------------------------------------------------------
Key: GEOS-4436
URL: http://jira.codehaus.org/browse/GEOS-4436
Project: GeoServer
Issue Type: Improvement
Components: Security
Affects Versions: 2.1-RC2
Reporter: Fredrik Holmqvist
Assignee: Andrea Aime
We have usecases where users may have access to some layers only as WMS and others as both WFS and WMS.
What we would like to do is get what kind of service is called in as a parameter so we can grant or refuse access on a combination of service and layer.
The interface could be:
{code}
public DataAccessLimits getAccessLimits(Authentication user, ServiceEnum service, LayerInfo layer);
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira