Interface ResourceScopeResource
public interface ResourceScopeResource
- Author:
- Pedro Igor
-
Method Details
-
toRepresentation
@GET @Produces("application/json") org.keycloak.representations.idm.authorization.ScopeRepresentation toRepresentation() -
update
@PUT @Consumes("application/json") void update(org.keycloak.representations.idm.authorization.ScopeRepresentation scope) -
remove
@DELETE void remove() -
permissions
@Path("/permissions") @GET @Produces("application/json") List<org.keycloak.representations.idm.authorization.PolicyRepresentation> permissions()
-