com.ontimize.util.gis.server.defaultimplementations
Class DefaultGisSecurityManager

java.lang.Object
  extended by com.ontimize.util.gis.server.defaultimplementations.DefaultGisSecurityManager
All Implemented Interfaces:
IGisSecurityCheck

public class DefaultGisSecurityManager
extends java.lang.Object
implements IGisSecurityCheck


Constructor Summary
DefaultGisSecurityManager()
           
 
Method Summary
 boolean checkPermissions(java.lang.Object operationParameters, java.lang.Object user)
          Check the permissions for the operation defined by operationParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGisSecurityManager

public DefaultGisSecurityManager()
Method Detail

checkPermissions

public boolean checkPermissions(java.lang.Object operationParameters,
                                java.lang.Object user)
Description copied from interface: IGisSecurityCheck
Check the permissions for the operation defined by operationParameters

Specified by:
checkPermissions in interface IGisSecurityCheck
Parameters:
operationParameters - Operation definition parameters
user - user identifier
Returns:
Operation enabled or not for current user