it.eng.spagobi.services.proxy
Class AbstractServiceProxy
java.lang.Object
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
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 |
serviceUrl
protected java.net.URL serviceUrl
userId
protected java.lang.String userId
isSecure
protected boolean isSecure
AbstractServiceProxy
public AbstractServiceProxy(java.lang.String user,
javax.servlet.http.HttpSession session)
- The Constructor.
- Parameters:
user
- String , user IDsession
- Http Session
AbstractServiceProxy
protected AbstractServiceProxy()
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