at.gv.egiz.pdfas.web
Class VerifySessionInformation

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

public class VerifySessionInformation
extends Object
implements HttpSessionBindingListener, 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.
 CurrentLocalOperation currentLocalOperation
          Keeps track of the currently running local operation.
 ExternAppInformation exappinf
          Object containing information about the calling webapplication.
 DataSource inputDataSource
          The original, uploaded pdf.
 SignatureHolder moa_holder
          This is used only for MOA loc-ref web verify.
 String mode
          Tells the operation mode (binary, textual).
 TablePos pos
          Information about the signature position
 List signature_holders
          All SignatureHolders extracted from the document.
 String type
          The type/profile of the signature.
 
Constructor Summary
VerifySessionInformation()
           
 
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).


inputDataSource

public DataSource inputDataSource
The original, uploaded pdf.


type

public String type
The type/profile of the signature.


signature_holders

public List signature_holders
All SignatureHolders extracted from the document.


currentLocalOperation

public CurrentLocalOperation currentLocalOperation
Keeps track of the currently running local operation.

Only valid during local verify.


moa_holder

public SignatureHolder moa_holder
This is used only for MOA loc-ref web verify.


exappinf

public ExternAppInformation exappinf
Object containing information about the calling webapplication.


pos

public TablePos pos
Information about the signature position

Constructor Detail

VerifySessionInformation

public VerifySessionInformation()
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.