it.eng.spagobi.services.proxy
Class AbstractServiceProxy

java.lang.Object
  extended by it.eng.spagobi.services.proxy.AbstractServiceProxy
Direct Known Subclasses:
AuditServiceProxy, ContentServiceProxy, DataSetServiceProxy, DataSourceServiceProxy, DocumentExecuteServiceProxy, EventServiceProxy, SchedulerServiceProxy, SecurityServiceProxy

public abstract class AbstractServiceProxy
extends java.lang.Object

Abstract Class of all Proxy


Field Summary
protected  boolean isSecure
           
protected  java.net.URL serviceUrl
           
protected  java.lang.String userId
           
 
Constructor Summary
protected AbstractServiceProxy()
           
  AbstractServiceProxy(java.lang.String user, javax.servlet.http.HttpSession session)
          The Constructor.
 
Method Summary
protected  void init()
          Initilize the configuration
protected  java.lang.String readTicket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceUrl

protected java.net.URL serviceUrl

userId

protected java.lang.String userId

isSecure

protected boolean isSecure
Constructor Detail

AbstractServiceProxy

public AbstractServiceProxy(java.lang.String user,
                            javax.servlet.http.HttpSession session)
The Constructor.

Parameters:
user - String , user ID
session - Http Session

AbstractServiceProxy

protected AbstractServiceProxy()
Method Detail

readTicket

protected java.lang.String readTicket()
                               throws java.io.IOException
Returns:
String Ticket for SSO control
Throws:
java.io.IOException

init

protected void init()
Initilize the configuration