it.eng.spagobi.commons.services
Class PortletLoginModule

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.module.AbstractModule
          extended by it.eng.spagobi.commons.services.PortletLoginModule
All Implemented Interfaces:
it.eng.spago.dispatching.module.ModuleIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable

public class PortletLoginModule
extends it.eng.spago.dispatching.module.AbstractModule

This class read user from portal and defines login operations.

Author:
Zoppello
See Also:
Serialized Form

Constructor Summary
PortletLoginModule()
           
 
Method Summary
 void service(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
          Service.
 
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule
getConfig, getModule, getModuleMethod, getPage, getSharedData, init, setModule, setModuleMethod, setPage, setSharedData
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletLoginModule

public PortletLoginModule()
Method Detail

service

public void service(it.eng.spago.base.SourceBean request,
                    it.eng.spago.base.SourceBean response)
             throws java.lang.Exception
Service.

Parameters:
request - the request
response - the response
Throws:
java.lang.Exception - the exception
See Also:
ServiceIFace.service(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)