Interface ServerInfoResource
@Path("/admin/serverinfo")
public interface ServerInfoResource
- Author:
- Stian Thorgersen
-
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.representations.info.ServerInfoRepresentationgetInfo()
-
Method Details
-
getInfo
@GET @Produces("application/json") org.keycloak.representations.info.ServerInfoRepresentation getInfo()
-