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(javax.servlet.ServletConfig config) |
static void |
injectInitParams(javax.servlet.ServletConfig config,
MessageHandler<?> messageHandler) |
doGet, doPost
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class AbstractAppletServiceServlet
javax.servlet.ServletException
public static void injectInitParams(javax.servlet.ServletConfig config, MessageHandler<?> messageHandler) throws javax.servlet.ServletException, IllegalArgumentException, IllegalAccessException
javax.servlet.ServletException
IllegalArgumentException
IllegalAccessException
protected <T> MessageHandler<T> getMessageHandler(Class<T> messageClass)
AbstractAppletServiceServlet
getMessageHandler
in class AbstractAppletServiceServlet
Copyright © 2008-2018 FedICT. All Rights Reserved.