Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.keymanager.front.shared.AppServer

Packages that use AppServer
org.cumulus4j.keymanager.api.internal.remote Internal (non-API) package containing implementation code specifically for a remote key server. 
org.cumulus4j.keymanager.front.shared Shared classes to communicate between app-client (KeyManagerAPI) and key-server. 
org.cumulus4j.keymanager.front.webapp REST API for the communication between client and key-server. 
 

Uses of AppServer in org.cumulus4j.keymanager.api.internal.remote
 

Constructors in org.cumulus4j.keymanager.api.internal.remote with parameters of type AppServer
RemoteCryptoSession(RemoteKeyManagerAPI remoteKeyManagerAPI, AppServer appServer)
           
 

Uses of AppServer in org.cumulus4j.keymanager.front.shared
 

Methods in org.cumulus4j.keymanager.front.shared that return types with arguments of type AppServer
 List<AppServer> AppServerList.getAppServers()
          Get the app-servers.
 

Method parameters in org.cumulus4j.keymanager.front.shared with type arguments of type AppServer
 void AppServerList.setAppServers(List<AppServer> appServers)
          Set the app-servers.
 

Uses of AppServer in org.cumulus4j.keymanager.front.webapp
 

Methods in org.cumulus4j.keymanager.front.webapp that return AppServer
 AppServer AppServerService.getAppServer(String keyStoreID, String appServerID)
          Get an AppServer.
 

Methods in org.cumulus4j.keymanager.front.webapp with parameters of type AppServer
 PutAppServerResponse AppServerService.postAppServer(String keyStoreID, AppServer appServer)
          Compatibility for clients not supporting PUT.
 PutAppServerResponse AppServerService.putAppServer(String keyStoreID, AppServer appServer)
          Put an AppServer.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.