From 79777d04cf64aa06388bb2027f5e1001015471f3 Mon Sep 17 00:00:00 2001 From: pdanner Date: Mon, 6 Dec 2010 18:23:49 +0000 Subject: javadoc an cleanup of unneeded code (mainly already out-commented) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@690 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../pdfas/web/session/SignSessionInformation.java | 26 ++++++++++------------ 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/SignSessionInformation.java') diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/SignSessionInformation.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/SignSessionInformation.java index 94428a4..90378d9 100644 --- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/SignSessionInformation.java +++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/session/SignSessionInformation.java @@ -101,11 +101,6 @@ public class SignSessionInformation implements HttpSessionBindingListener, Seria */ public LocalRequest localRequest = null; -// /** -// * The response properties of the local request. -// */ -// public Properties response_properties = null; - /** * Tells if the sign request has been processed and the signed document is * available in the DataSink. @@ -117,12 +112,24 @@ public class SignSessionInformation implements HttpSessionBindingListener, Seria */ public SignParameters signParameters; + /** + * The Result of the sign process + */ public SignResult signResult; + /** + * The signed pdf data. + */ public byte[] signedPdf; + /** + * The xml response of the local BKU/Mocca + */ public String xmlResponse; + /** + * Local BKU/Mocca parameters used to identify the BKU + */ public LocalBKUParams localBKUParams; @@ -141,14 +148,5 @@ public class SignSessionInformation implements HttpSessionBindingListener, Seria { log.debug("Unbound SignSessionInformation from session (ID=" + event.getSession().getId() + ")."); - //TODO needed? -// if (this.pdfDataSource != null) -// { -// TempDirHelper.deleteDataSourceIfFileBased(this.pdfDataSource); -// } -// if (this.output != null) -// { -// TempDirHelper.deleteDataSinkIfFileBased(this.output); -// } } } -- cgit v1.2.3