it.eng.spagobi.drivers.geo
Class GeoDriverTokenSign
java.lang.Object
it.eng.spagobi.drivers.geo.GeoDriver
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
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 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 |
GeoDriverTokenSign
public GeoDriverTokenSign()
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