@Path(value="/bennu-oauth/scopes") public class ExternalApplicationScopesResource extends BennuRestResource
advice$innerCreate, advice$innerUpdate| Constructor and Description |
|---|
ExternalApplicationScopesResource() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
createScope(com.google.gson.JsonElement json) |
javax.ws.rs.core.Response |
delete(ExternalApplicationScope scope) |
com.google.gson.JsonElement |
getAllScopes() |
com.google.gson.JsonElement |
getScopes() |
com.google.gson.JsonElement |
updateScope(ExternalApplicationScope scope,
com.google.gson.JsonElement json) |
accessControl, accessControl, ok, readDomainObject, verifyAndGetRequestAuthorcreate, create, getBuilder, merge, parse, setDefault, toJson, update, update, view, view, view, view, view, view, viewPaginated, viewPaginated, viewPaginated@GET @Produces(value="application/json") public com.google.gson.JsonElement getScopes()
@GET @Produces(value="application/json") @Path(value="/all") public com.google.gson.JsonElement getAllScopes()
@POST @Produces(value="application/json") @Consumes(value="application/json") public com.google.gson.JsonElement createScope(com.google.gson.JsonElement json)
@PUT
@Produces(value="application/json")
@Consumes(value="application/json")
@Path(value="/{scope}")
public com.google.gson.JsonElement updateScope(@PathParam(value="scope")
ExternalApplicationScope scope,
com.google.gson.JsonElement json)
@DELETE
@Path(value="/{scope}")
public javax.ws.rs.core.Response delete(@PathParam(value="scope")
ExternalApplicationScope scope)
Copyright © 2018 FenixEdu. All rights reserved.