be.fedict.eid.applet.service
Class JSONServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
be.fedict.eid.applet.service.JSONServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class JSONServlet
- extends HttpServlet
Servlet to retrieve the eID identity data from the HTTP session context via
JSON.
- Author:
- Frank Cornelis
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONServlet
public JSONServlet()
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
outputJSON
public static void outputJSON(EIdData eIdData,
PrintWriter writer)
throws IOException,
CertificateEncodingException
- Throws:
IOException
CertificateEncodingException
Copyright © 2008-2011 FedICT. All Rights Reserved.