org.deegree.services.wms.controller.security
Interface WMSSecurityManager

All Known Implementing Classes:
DummyWMSSecurityManager

public interface WMSSecurityManager

TODO add class documentation here

Version:
$Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Method Summary
 GetCapabilities preprocess(GetCapabilities getCapas, Credentials creds)
           
 GetFeatureInfo preprocess(GetFeatureInfo gfi, Credentials creds)
           
 GetFeatureInfoSchema preprocess(GetFeatureInfoSchema getFeatureInfoSchema, Credentials creds)
           
 GetLegendGraphic preprocess(GetLegendGraphic glg, Credentials creds)
           
 GetMap preprocess(GetMap getMap, Credentials creds)
           
 

Method Detail

preprocess

GetMap preprocess(GetMap getMap,
                  Credentials creds)
                  throws SecurityException
Parameters:
getMap -
creds -
Returns:
a modified GetMap request according to rights
Throws:
SecurityException

preprocess

GetFeatureInfo preprocess(GetFeatureInfo gfi,
                          Credentials creds)
                          throws SecurityException
Parameters:
gfi -
creds -
Returns:
a modified GetFeatureInfo request according to rights
Throws:
SecurityException

preprocess

GetCapabilities preprocess(GetCapabilities getCapas,
                           Credentials creds)
                           throws SecurityException
Parameters:
getCapas -
creds -
Returns:
a modified GetCapabilities request according to rights
Throws:
SecurityException

preprocess

GetLegendGraphic preprocess(GetLegendGraphic glg,
                            Credentials creds)
                            throws SecurityException
Parameters:
glg -
creds -
Returns:
a modified GetLegendGraphic request according to rights
Throws:
SecurityException

preprocess

GetFeatureInfoSchema preprocess(GetFeatureInfoSchema getFeatureInfoSchema,
                                Credentials creds)
                                throws SecurityException
Parameters:
getFeatureInfoSchema -
creds -
Returns:
a modified GetFeatureInfoSchema request according to rights
Throws:
SecurityException


Copyright © 2011. All Rights Reserved.