Class AbstractAuthenticateService

  • All Implemented Interfaces:
    com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public abstract class AbstractAuthenticateService
    extends com.google.gwt.user.server.rpc.RemoteServiceServlet
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkUserInSession()  
      protected StreamingList createStreamingList​(CommandCreateList command, int callNumber, int callSize, String cacheKey)  
      protected org.silverpeas.core.web.mvc.controller.MainSessionController getMainSessionController()  
      protected static org.silverpeas.kernel.bundle.SettingBundle getSettings()  
      protected org.silverpeas.core.admin.user.model.UserDetail getUserInSession()  
      protected void setMainsessioncontroller​(String login, String password, String domainId)  
      protected void setUserInSession​(org.silverpeas.core.admin.user.model.UserDetail user)  
      • Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet

        checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
      • Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

        doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • AbstractAuthenticateService

        public AbstractAuthenticateService()
    • Method Detail

      • setUserInSession

        protected void setUserInSession​(org.silverpeas.core.admin.user.model.UserDetail user)
      • getUserInSession

        protected org.silverpeas.core.admin.user.model.UserDetail getUserInSession()
      • getSettings

        protected static org.silverpeas.kernel.bundle.SettingBundle getSettings()
      • setMainsessioncontroller

        protected void setMainsessioncontroller​(String login,
                                                String password,
                                                String domainId)
                                         throws org.silverpeas.kernel.SilverpeasException
        Throws:
        org.silverpeas.kernel.SilverpeasException
      • getMainSessionController

        protected org.silverpeas.core.web.mvc.controller.MainSessionController getMainSessionController()
                                                                                                 throws Exception
        Throws:
        Exception