Class UIRealmsResource

java.lang.Object
org.keycloak.admin.ui.rest.UIRealmsResource

public class UIRealmsResource extends Object
  • Constructor Details

  • Method Details

    • getRealms

      @GET @Path("names") @Produces("application/json") public Stream<RealmNameRepresentation> getRealms(@QueryParam("first") @DefaultValue("0") int first, @QueryParam("max") @DefaultValue("10") int max, @QueryParam("search") @DefaultValue("") String search)