public class AppletServiceServlet extends AbstractAppletServiceServlet
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.
Constructor and Description |
---|
AppletServiceServlet() |
Modifier and Type | Method and Description |
---|---|
protected <T> MessageHandler<T> |
getMessageHandler(Class<T> messageClass)
This method needs to be implemented by servlets that extend this abstract
base servlet.
|
void |
init(ServletConfig config) |
static void |
injectInitParams(ServletConfig config,
MessageHandler<?> messageHandler) |
doGet, doPost
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class AbstractAppletServiceServlet
ServletException
public static void injectInitParams(ServletConfig config, MessageHandler<?> messageHandler) throws ServletException, IllegalArgumentException, IllegalAccessException
protected <T> MessageHandler<T> getMessageHandler(Class<T> messageClass)
AbstractAppletServiceServlet
getMessageHandler
in class AbstractAppletServiceServlet
Copyright © 2008-2016 FedICT. All Rights Reserved.