@Path(value="/roles") @PermitAll @Consumes(value="application/json") @Produces(value="application/json") public class RoleEndpoint extends Object
| Constructor and Description |
|---|
RoleEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getRoleForResource(String resourceId) |
@GET
public javax.ws.rs.core.Response getRoleForResource(@QueryParam(value="resourceId")
String resourceId)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.