Interface ResourceScopeResource


public interface ResourceScopeResource
Author:
Pedro Igor
  • Method Details

    • toRepresentation

      @GET @Produces("application/json") ScopeRepresentation toRepresentation()
    • update

      @PUT @Consumes("application/json") void update(ScopeRepresentation scope)
    • remove

      @DELETE void remove()
    • permissions

      @Path("/permissions") @GET @Produces("application/json") List<PolicyRepresentation> permissions()