public class CleanSessionProtocolStateListener extends Object implements be.fedict.eid.applet.shared.protocol.ProtocolStateListener
Removes old identity data from the session. In case something goes wrong with the new identity processing we don't want to end up with a web application that thinks that the citizen performed a successful identification.
| Constructor and Description |
|---|
CleanSessionProtocolStateListener(javax.servlet.http.HttpServletRequest request)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
protocolStateTransition(be.fedict.eid.applet.shared.protocol.ProtocolState newProtocolState) |
void |
startProtocolRun() |
void |
stopProtocolRun() |
public CleanSessionProtocolStateListener(javax.servlet.http.HttpServletRequest request)
request - public void protocolStateTransition(be.fedict.eid.applet.shared.protocol.ProtocolState newProtocolState)
protocolStateTransition in interface be.fedict.eid.applet.shared.protocol.ProtocolStateListenerpublic void startProtocolRun()
startProtocolRun in interface be.fedict.eid.applet.shared.protocol.ProtocolStateListenerpublic void stopProtocolRun()
stopProtocolRun in interface be.fedict.eid.applet.shared.protocol.ProtocolStateListenerCopyright © 2008-2018 FedICT. All Rights Reserved.