it.eng.spagobi.drivers.geo
Class GeoDriverTokenSign

java.lang.Object
  extended by it.eng.spagobi.drivers.geo.GeoDriver
      extended by it.eng.spagobi.drivers.geo.GeoDriverTokenSign
All Implemented Interfaces:
it.eng.spagobi.drivers.IEngineDriver

public class GeoDriverTokenSign
extends GeoDriver
implements it.eng.spagobi.drivers.IEngineDriver


Constructor Summary
GeoDriverTokenSign()
           
 
Method Summary
private  java.util.Map addSecurityToken(java.util.Map pars)
          Add to the map parameters the authethication token
protected  java.util.Map applySecurity(java.util.Map pars)
          Applys changes for security reason if necessary
private  java.lang.String buildQueryStr(java.util.Map pars)
          Builds and returns the query string to send to the engine.
private  java.util.Map cryptParams(java.util.Map pars)
          Add to the map parameters the authethication token
 
Methods inherited from class it.eng.spagobi.drivers.geo.GeoDriver
getEditDocumentTemplateBuildUrl, getNewDocumentTemplateBuildUrl, getParameterMap, getParameterMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spagobi.drivers.IEngineDriver
getEditDocumentTemplateBuildUrl, getNewDocumentTemplateBuildUrl, getParameterMap, getParameterMap
 

Constructor Detail

GeoDriverTokenSign

public GeoDriverTokenSign()
Method Detail

applySecurity

protected java.util.Map applySecurity(java.util.Map pars)
Applys changes for security reason if necessary

Overrides:
applySecurity in class GeoDriver
Parameters:
pars - The map of parameters
Returns:
the map of parameters to send to the engine

cryptParams

private java.util.Map cryptParams(java.util.Map pars)
Add to the map parameters the authethication token

Parameters:
pars - Map of the parameters
Returns:
Map of the parameters containing the security information

addSecurityToken

private java.util.Map addSecurityToken(java.util.Map pars)
Add to the map parameters the authethication token

Parameters:
pars - Map of the parameters
Returns:
Map of the parameters containing the security information

buildQueryStr

private java.lang.String buildQueryStr(java.util.Map pars)
Builds and returns the query string to send to the engine. The query string is composed using the parameters map

Parameters:
pars - The map of parameters
Returns:
the query string to send to the engine