at.gv.egiz.pdfas.web
Class SignSessionInformation

java.lang.Object
  extended byat.gv.egiz.pdfas.web.SignSessionInformation
All Implemented Interfaces:
EventListener, HttpSessionBindingListener, Serializable

public class SignSessionInformation
extends Object
implements HttpSessionBindingListener, Serializable

Author:
wprinz
See Also:
Serialized Form

Field Summary
 String application
          For local requests, tells the application (sign, verify).
 String connector
          The connector.
 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.
 LocalRequest localRequest
          The local request to be sent to the device.
 String mode
          Tells the operation mode (binary, textual).
 DataSink output
          The DataSink to write the output data to.
 boolean outputAvailable
          Tells if the sign request has been processed and the signed document is available in the DataSink.
 PdfDataSource pdfDataSource
          The original, uploaded pdf.
 TablePos pos
          Information about the signature position
 Properties response_properties
          The response properties of the local request.
 SignatorInformation si
          The SignatorInformation.
 String type
          The type/profile of the signature.
 
Constructor Summary
SignSessionInformation()
           
 
Method Summary
 void valueBound(HttpSessionBindingEvent event)
           
 void valueUnbound(HttpSessionBindingEvent event)
           
 
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.


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.


exappinf

public ExternAppInformation exappinf
Object containing information about the calling webapplication.


pos

public TablePos pos
Information about the signature position


si

public SignatorInformation si
The SignatorInformation.


output

public DataSink output
The DataSink to write the output data to.


localRequest

public LocalRequest localRequest
The local request to be sent to the device.


response_properties

public Properties response_properties
The response properties of the local request.


outputAvailable

public boolean outputAvailable
Tells if the sign request has been processed and the signed document is available in the DataSink.

Constructor Detail

SignSessionInformation

public SignSessionInformation()
Method Detail

valueBound

public void valueBound(HttpSessionBindingEvent event)
Specified by:
valueBound in interface HttpSessionBindingListener
See Also:
HttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)

valueUnbound

public void valueUnbound(HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface HttpSessionBindingListener
See Also:
HttpSessionBindingListener.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)


Copyright © 2006-2010. All Rights Reserved.