Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.keymanager.SessionManager

Packages that use SessionManager
org.cumulus4j.keymanager Key manager sending keys to the app-server (when requested and allowed). 
org.cumulus4j.keymanager.channel Handlers for the communication channel between key manager and application server. 
 

Uses of SessionManager in org.cumulus4j.keymanager
 

Methods in org.cumulus4j.keymanager that return SessionManager
 SessionManager AppServer.getSessionManager()
           
 

Constructors in org.cumulus4j.keymanager with parameters of type SessionManager
Session(SessionManager sessionManager, String userName, char[] password)
           
 

Uses of SessionManager in org.cumulus4j.keymanager.channel
 

Methods in org.cumulus4j.keymanager.channel that return SessionManager
 SessionManager KeyManagerChannelManager.getSessionManager()
          Get the SessionManager that was passed in the constructor.
 

Constructors in org.cumulus4j.keymanager.channel with parameters of type SessionManager
KeyManagerChannelManager(SessionManager sessionManager, String appServerBaseURL)
          Instantiate a KeyManagerChannelManager.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.