org.cumulus4j.store.crypto.keymanager.rest
Class KeyManagerBackWebApp
java.lang.Object
javax.ws.rs.core.Application
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyManagerBackWebApp
public KeyManagerBackWebApp()
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClasses
in class Application
getSingletons
public Set<Object> getSingletons()
- Overrides:
getSingletons
in class Application
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.