Package org.keycloak.admin.ui.rest
Class GroupsResource
- java.lang.Object
-
- org.keycloak.admin.ui.rest.GroupsResource
-
public class GroupsResource extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupsResource(org.keycloak.models.RealmModel realm, org.keycloak.services.resources.admin.permissions.AdminPermissionEvaluator auth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<org.keycloak.representations.idm.GroupRepresentation>listGroups(String search, int first, int max)
-
-
-
Method Detail
-
listGroups
@GET @Consumes("application/json") @Produces("application/json") public final Stream<org.keycloak.representations.idm.GroupRepresentation> listGroups(@QueryParam("search") @DefaultValue("") String search, @QueryParam("first") @DefaultValue("0") int first, @QueryParam("max") @DefaultValue("10") int max)
-
-