| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| AjaxHeadersFilter | A filter adding headers to allow JavaScript clients to avoid the same origin policy. | 
| ErrorResponse | Responseimplementation for sending an error back to the app-server. | 
| GetActiveEncryptionKeyRequest | Requestimplementation to get the currently active encryption key. | 
| GetActiveEncryptionKeyResponse | Responseimplementation to send the currently active encryption key to the app-server. | 
| GetKeyRequest | Requestimplementation to get a specific symmetric secret key. | 
| GetKeyResponse | Responseimplementation to send a specific symmetric secret key to the app-server. | 
| IdentifierUtil | Utility class for identifiers used within Cumulus4j. | 
| JAXBContextResolver | ContextResolverimplementation telling JAXB all DTO classes that are required for
 the communication channel between app-server and key-manager. | 
| KeyEncryptionUtil | Utility class to en- & decrypt symmetric secret keys using asymmetric encryption. | 
| Message | Base-type for RequestandResponse. | 
| NullResponse | Responseimplementation not containing any data and symbolising Java'snullvalue. | 
| Request | Super-class for all requests sent from app-server to key-manager. | 
| Response | Super-class for all responses sent from key-manager to app-server. | 
| SystemPropertyUtil | Helper class to work with system properties. | 
Shared classes to communicate between key-manager (either embedded in app-client or in key-server) and app-server.
 Since the communication is based on REST, most classes here are DTOs
 (sub-classed from Message) which are transferred via XML or JSON.
 
| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||