Class UmaScopeWS


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

      • UmaScopeWS

        public UmaScopeWS()
    • Method Detail

      • getScopeDescription

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