Interface ServerInfoResource


@Path("/admin/serverinfo") public interface ServerInfoResource
Author:
Stian Thorgersen
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.representations.info.ServerInfoRepresentation
     
  • Method Details

    • getInfo

      @GET @Produces("application/json") org.keycloak.representations.info.ServerInfoRepresentation getInfo()