org.cumulus4j.keymanager
Class AppServerManager
java.lang.Object
org.cumulus4j.keymanager.AppServerManager
public class AppServerManager
- extends Object
Manager for AppServer
s.
This is the actual key-manager-entry-point, as for every KeyStore
, there can be many AppServer
s in use.
An instance of AppServerManager
is bound to an instance of KeyStore (i.e. they are in a 1-1-relationship).
This is not API! Use the classes and interfaces provided by org.cumulus4j.keymanager.api
instead.
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppServerManager
public AppServerManager(KeyStore keyStore)
getKeyStore
public KeyStore getKeyStore()
getAppServerForAppServerID
public AppServer getAppServerForAppServerID(String appServerID)
putAppServer
public void putAppServer(AppServer appServer)
getAppServers
public Collection<AppServer> getAppServers()
removeAppServer
public void removeAppServer(String appServerID)
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.