be.fedict.eid.applet.service.signer
Interface TemporaryDataStorage

All Known Implementing Classes:
HttpSessionTemporaryDataStorage

public interface TemporaryDataStorage

Interface for temporary data storage.

Author:
Frank Cornelis

Method Summary
 Serializable getAttribute(String attributeName)
          Retrieves an attribute from the temporary data storage.
 InputStream getTempInputStream()
          Gives back the temporary input stream for retrieval of the previously stored data.
 OutputStream getTempOutputStream()
          Gives back the temporary output stream that can be used for data storage.
 void setAttribute(String attributeName, Serializable attributeValue)
          Stores an attribute to the temporary data storage.
 

Method Detail

getTempOutputStream

OutputStream getTempOutputStream()
Gives back the temporary output stream that can be used for data storage.

Returns:

getTempInputStream

InputStream getTempInputStream()
Gives back the temporary input stream for retrieval of the previously stored data.

Returns:

setAttribute

void setAttribute(String attributeName,
                  Serializable attributeValue)
Stores an attribute to the temporary data storage.

Parameters:
attributeName -
attributeValue -

getAttribute

Serializable getAttribute(String attributeName)
Retrieves an attribute from the temporary data storage.

Parameters:
attributeName -
Returns:


Copyright © 2008-2012 FedICT. All Rights Reserved.