Package io.jans.as.client.uma
Interface UmaScopeService
-
public interface UmaScopeService
- Author:
- Yuriy Zabrovarnyy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.jans.as.model.uma.UmaScopeDescription
getScope(String id)
-
-
-
Method Detail
-
getScope
@GET @Path("{id}") @Produces("application/json") io.jans.as.model.uma.UmaScopeDescription getScope(@PathParam("id") String id)
-
-