|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.web.VerifySessionInformation
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.
| 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 |
public String connector
public String application
public String mode
public DataSource inputDataSource
public String type
public List signature_holders
public CurrentLocalOperation currentLocalOperation
Only valid during local verify.
public SignatureHolder moa_holder
public ExternAppInformation exappinf
public TablePos pos
| Constructor Detail |
public VerifySessionInformation()
| Method Detail |
public void valueBound(HttpSessionBindingEvent event)
valueBound in interface HttpSessionBindingListenerHttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)public void valueUnbound(HttpSessionBindingEvent event)
valueUnbound in interface HttpSessionBindingListenerHttpSessionBindingListener.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||