it.eng.spagobi.services.common
Class EnginConf

java.lang.Object
  extended by it.eng.spagobi.services.common.EnginConf

public class EnginConf
extends java.lang.Object

Class that read engine-config.xml file


Method Summary
 it.eng.spago.base.SourceBean getConfig()
          Gets the config.
static EnginConf getInstance()
          Gets the instance.
 java.lang.String getPass()
          Gets the pass.
 java.lang.String getResourcePath()
           
 java.lang.String getSpagoBiServerUrl()
           
 boolean isSsoActive()
          Checks if is sso active.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EnginConf getInstance()
Gets the instance.

Returns:
EnginConf

getConfig

public it.eng.spago.base.SourceBean getConfig()
Gets the config.

Returns:
SourceBean contain the configuration

isSsoActive

public boolean isSsoActive()
Checks if is sso active.

Returns:
true, if is sso active

getPass

public java.lang.String getPass()
Gets the pass.

Returns:
the pass

getResourcePath

public java.lang.String getResourcePath()

getSpagoBiServerUrl

public java.lang.String getSpagoBiServerUrl()