Package io.jans.as.server.uma.ws.rs
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 Summary
Constructors Constructor Description UmaScopeWS()
-
-
-
Method Detail
-
getScopeDescription
@GET @Path("{id}") @Produces("application/json") public jakarta.ws.rs.core.Response getScopeDescription(@PathParam("id") String id)
-
-