Class InumRestWebService

java.lang.Object
org.gluu.oxtrust.api.rest.InumRestWebService

@Path("/inum") public class InumRestWebService extends Object
  • Constructor Details

    • InumRestWebService

      public InumRestWebService()
  • Method Details

    • generateTextInum

      @GET @Path("/{type}/") @Produces("text/plain") public String generateTextInum(@PathParam("type") String type)
    • generateXmlInum

      @GET @Path("/{type}/") @Produces("text/xml") public String generateXmlInum(@PathParam("type") String type)
    • generateHtmlInum

      @GET @Path("/{type}/") @Produces("text/html") public String generateHtmlInum(@PathParam("type") String type)
    • generateJsonInum

      @GET @Path("/{type}/") @Produces("application/json") public String generateJsonInum(@PathParam("type") String type)