Cumulus4j API
(1.2.0)

org.cumulus4j.store.crypto.keymanager.rest
Class KeyManagerBackWebApp

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.cumulus4j.store.crypto.keymanager.rest.KeyManagerBackWebApp

public class KeyManagerBackWebApp
extends Application

REST application providing the API for the communication between key-manager and application-server. The URL to this application must be given to the key-manager (i.e. more precisely the AppServer).

This class is the entry point for Jersey where all REST services and their environment is declared.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
KeyManagerBackWebApp()
           
 
Method Summary
 Set<Class<?>> getClasses()
           
 Set<Object> getSingletons()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyManagerBackWebApp

public KeyManagerBackWebApp()
Method Detail

getClasses

public Set<Class<?>> getClasses()
Overrides:
getClasses in class Application

getSingletons

public Set<Object> getSingletons()
Overrides:
getSingletons in class Application

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.