Class UmaScopeWS


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

      Constructors 
      Constructor Description
      UmaScopeWS()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response getScopeDescription​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

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

      • UmaScopeWS

        public UmaScopeWS()
    • Method Detail

      • getScopeDescription

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