|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.knowcenter.wag.egov.egiz.web.SessionInformation
public class SessionInformation
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. |
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 |
---|
public String connector
public String application
public String mode
public byte[] pdf
public String type
public String user_name
public String user_password
public LocalRequest[] requests
public int current_operation
public Properties[] response_properties
public boolean finished
public IncrementalUpdateInformation iui
public List signature_holders
public String filename
public boolean download_inline
public SignResult sign_result
Constructor Detail |
---|
public SessionInformation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |