Package io.jans.scim.ws.rs.scim2
Class HealthCheckController
- java.lang.Object
-
- io.jans.scim.ws.rs.scim2.HealthCheckController
-
@ApplicationScoped @Path("/") public class HealthCheckController extends Object
Health check controller- Version:
- Jul 24, 2020
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description HealthCheckController()
-
-
-
Method Detail
-
healthCheckController
@GET @POST @Path("/health-check") @Produces("application/json") public String healthCheckController()
-
-