Class UmaScopeWS

java.lang.Object
io.jans.as.server.uma.ws.rs.UmaScopeWS

@Path("/uma/scopes") public class UmaScopeWS extends Object
Version:
0.9, 22/04/2013
Author:
Yuriy Zabrovarnyy
  • Constructor Details

    • UmaScopeWS

      public UmaScopeWS()
  • Method Details

    • getScopeDescription

      @GET @Path("{id}") @Produces("application/json") public jakarta.ws.rs.core.Response getScopeDescription(@PathParam("id") String id)