uPortal 2.4.1
API Documentation

org.jasig.portal
Class LoginServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.jasig.portal.LoginServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class LoginServlet
extends javax.servlet.http.HttpServlet

Receives the username and password and tries to authenticate the user. The form presented by org.jasig.portal.channels.CLogin is typically used to generate the post to this servlet.

Version:
$Revision: 1.9.2.1 $
Author:
Bernie Durfee (bdurfee@interactivebusiness.com), Don Fracapane (df7@columbia.edu) Added properties in the security properties file that hold the tokens used to represent the principal and credential for each security context.
See Also:
Serialized Form

Constructor Summary
LoginServlet()
           
 
Method Summary
 void init()
          Initializes the servlet
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Process the incoming HttpServletRequest
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginServlet

public LoginServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Initializes the servlet

Throws:
javax.servlet.ServletException

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
Process the incoming HttpServletRequest

Parameters:
request -
response -
Throws:
javax.servlet.ServletException
java.io.IOException

uPortal 2.4.1
API Documentation