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, doPostdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class AbstractAppletServiceServletjavax.servlet.ServletExceptionpublic static void injectInitParams(javax.servlet.ServletConfig config,
MessageHandler<?> messageHandler)
throws javax.servlet.ServletException,
IllegalArgumentException,
IllegalAccessException
javax.servlet.ServletExceptionIllegalArgumentExceptionIllegalAccessExceptionprotected <T> MessageHandler<T> getMessageHandler(Class<T> messageClass)
AbstractAppletServiceServletgetMessageHandler in class AbstractAppletServiceServletCopyright © 2008-2018 FedICT. All Rights Reserved.