Package org.dogtagpki.server.rest
Class AppService
- java.lang.Object
-
- org.dogtagpki.server.rest.AppService
-
@Path("apps") public class AppService extends java.lang.Object
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description AppService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppInfo
getAppInfo(java.lang.String id)
javax.ws.rs.core.Response
getApplications()
-
-
-
Method Detail
-
getAppInfo
public AppInfo getAppInfo(java.lang.String id)
-
getApplications
@GET @Produces("application/json") public javax.ws.rs.core.Response getApplications() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-