public interface GroupsResource
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
add(GroupRepresentation rep)
create or add a top level realm groupSet or create child.
|
GroupResource |
group(String id) |
List<GroupRepresentation> |
groups() |
@GET @Produces(value="application/json") List<GroupRepresentation> groups()
@POST @Consumes(value="application/json") javax.ws.rs.core.Response add(GroupRepresentation rep)
rep - @Path(value="{id}")
GroupResource group(@PathParam(value="id")
String id)
Copyright © 2017 JBoss by Red Hat. All rights reserved.