aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java')
-rw-r--r--pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java17
1 files changed, 11 insertions, 6 deletions
diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java
index 30f5650..7cc3f4d 100644
--- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java
+++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/VerifySessionInformation.java
@@ -42,11 +42,11 @@ import at.gv.egiz.pdfas.web.ExternAppInformation;
/**
* This class is a collection of various session parameters that are passed
* between the servlets and jsps.
- *
+ *
* <p>
* The SessionInformation class contains type safe references to the objects.
* </p>
- *
+ *
* @author wprinz
*/
public class VerifySessionInformation implements HttpSessionBindingListener, Serializable
@@ -89,17 +89,17 @@ public class VerifySessionInformation implements HttpSessionBindingListener, Ser
/**
* Keeps track of the currently running local operation.
- *
+ *
* <p>
* Only valid during local verify.
* </p>
*/
public CurrentLocalOperation currentLocalOperation = null;
-
+
/**
* Object containing information about the calling webapplication.
* @author: Thomas Zefferer
- */
+ */
public ExternAppInformation exappinf;
/**
@@ -111,7 +111,12 @@ public class VerifySessionInformation implements HttpSessionBindingListener, Ser
* Results of the verify process.
*/
public VerifyResults verifyResults;
-
+
+ /**
+ * Start time of session (afitzek)
+ */
+ public long startTime;
+
/**
* @see javax.servlet.http.HttpSessionBindingListener#valueBound(javax.servlet.http.HttpSessionBindingEvent)
*/