be.fedict.eid.applet.service
Class AppletServiceServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by be.fedict.eid.applet.service.AppletServiceServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class AppletServiceServlet
extends HttpServlet

The eID applet service Servlet. This servlet should be used by web applications for secure communication between the Java EE servlet container and the eID applet. This servlet will push attributes within the HTTP session after a successful identification of the browser using via the eID applet.

The attribute that is pushed within the HTTP session per default is: eid.identity of type Identity.

The address on the eID card can also be requested by setting the optional IncludeAddress init-param to true. The corresponding HTTP session attribute is called eid.address and is of type Address.

The photo on the eID card can also be requested by setting the optional IncludePhoto init-param to true. The corresponding HTTP session attribute is called eid.photo.

More information on all available init-param configuration parameters is available in the eID Applet developer's guide.

Author:
Frank Cornelis
See Also:
Serialized Form

Constructor Summary
AppletServiceServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletServiceServlet

public AppletServiceServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2008-2009 FedICT. All Rights Reserved.