at.knowcenter.wag.egov.egiz.web
Class SessionInformation

java.lang.Object
  extended byat.knowcenter.wag.egov.egiz.web.SessionInformation
All Implemented Interfaces:
Serializable

public class SessionInformation
extends Object
implements Serializable

This class is a collection of various session parameters that are passed between the servlets and jsps.

The SessionInformation class contains type safe references to the objects.

Author:
wprinz
See Also:
Serialized Form

Field Summary
 String application
          For local requests, tells the application (sign, verify).
 String connector
          The connector.
 List copy_of_signature_holders
          Copy of signature holders.
 int current_operation
          The index of the local request to be processed next.
 boolean download_inline
          Tells, if the file download should be done inline or as attachment.
 ExternAppInformation exappinf
          Object containing information about the calling webapplication.
 String filename
          The suggested filename.
 boolean finished
          Tells, if the current local request has been finished.
 boolean isSignFinished
           
 IncrementalUpdateInformation iui
          The incremental update information that has been extracted from the given PDF document.
 String mode
          Tells the operation mode (binary, textual).
 FileBasedDataSink output
           
 PdfDataSource pdfDataSource
          The original, uploaded pdf.
 TablePos pos
          Information about the signature position
 LocalRequest[] requests
          An array of local requests to be processed.
 Properties[] response_properties
          An array of response strings of the local requests.
 SignatorInformation si
           
 List signature_holders
          The signature holders.
 String type
          The type/profile of the signature.
 String user_name
          The user name.
 String user_password
          The password.
 
Constructor Summary
SessionInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector

public String connector
The connector.


application

public String application
For local requests, tells the application (sign, verify).


mode

public String mode
Tells the operation mode (binary, textual).


pdfDataSource

public PdfDataSource pdfDataSource
The original, uploaded pdf.


type

public String type
The type/profile of the signature.


user_name

public String user_name
The user name.


user_password

public String user_password
The password.


requests

public LocalRequest[] requests
An array of local requests to be processed.


current_operation

public int current_operation
The index of the local request to be processed next.


response_properties

public Properties[] response_properties
An array of response strings of the local requests.


finished

public boolean finished
Tells, if the current local request has been finished.


iui

public IncrementalUpdateInformation iui
The incremental update information that has been extracted from the given PDF document.


si

public SignatorInformation si

output

public FileBasedDataSink output

signature_holders

public List signature_holders
The signature holders.


copy_of_signature_holders

public List copy_of_signature_holders
Copy of signature holders. It's needed by BKU when we try to verify single by single signature.


filename

public String filename
The suggested filename.


download_inline

public boolean download_inline
Tells, if the file download should be done inline or as attachment.


isSignFinished

public boolean isSignFinished

exappinf

public ExternAppInformation exappinf
Object containing information about the calling webapplication.


pos

public TablePos pos
Information about the signature position

Constructor Detail

SessionInformation

public SessionInformation()


Copyright © 2006-2010. All Rights Reserved.