Cumulus4j API
(1.2.0-SNAPSHOT)

Package org.cumulus4j.keymanager.front.shared

Shared classes to communicate between app-client (KeyManagerAPI) and key-server.

See:
          Description

Class Summary
AcquireCryptoSessionResponse Response sent back from the key-server to the client after it requested opening a session.
AppServer DTO representing an app-server.
AppServerList DTO representing a list of AppServers.
DateDependentKeyStrategyInitParam Options controlling how org.cumulus4j.keymanager.DateDependentKeyStrategy.init(...) should behave.
DateDependentKeyStrategyInitResult Result of the operation org.cumulus4j.keymanager.DateDependentKeyStrategy.init(...).
Error DTO for sending an error back to the client (KeyManagerAPI).
PutAppServerResponse Response sent as confirmation when an AppServer was PUT into the key-server.
User DTO representing a user.
UserList DTO representing a list of Users.
UserWithPassword DTO representing a user (with a password).
 

Package org.cumulus4j.keymanager.front.shared Description

Shared classes to communicate between app-client (KeyManagerAPI) and key-server.

Since the communication is based on REST, most classes here are DTOs which are transferred via XML or JSON.


Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.