Class 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
      org.dogtagpki.common.AppInfo getAppInfo​(java.lang.String id)  
      javax.ws.rs.core.Response getApplications()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppService

        public AppService()
    • Method Detail

      • getAppInfo

        public org.dogtagpki.common.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