public interface ResourceScopeResource
Modifier and Type | Method and Description |
---|---|
List<PolicyRepresentation> |
permissions() |
void |
remove() |
ScopeRepresentation |
toRepresentation() |
void |
update(ScopeRepresentation scope) |
@GET @Produces(value="application/json") ScopeRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(ScopeRepresentation scope)
@DELETE void remove()
@Path(value="/permissions") @GET @Produces(value="application/json") List<PolicyRepresentation> permissions()
Copyright © 2021 JBoss by Red Hat. All rights reserved.