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

java.lang.Object
  extended by at.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.
 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.
 String filename
          The suggested filename.
 boolean finished
          Tells, if the current local request has been finished.
 IncrementalUpdateInformation iui
          The incremental update information that has been extracted from the given PDF document.
 String mode
          Tells the operation mode (binary, textual).
 byte[] pdf
          The original, uploaded pdf.
 LocalRequest[] requests
          An array of local requests to be processed.
 Properties[] response_properties
          An array of response strings of the local requests.
 SignResult sign_result
          The sign result to be passed back to the user.
 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()
           
 
Method Summary
 
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).


pdf

public byte[] pdf
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.


signature_holders

public List signature_holders
The signature holders.


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.


sign_result

public SignResult sign_result
The sign result to be passed back to the user.

Constructor Detail

SessionInformation

public SessionInformation()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.