Package org.apache.syncope.sra.actuate
Class SyncopeCoreHealthIndicator
java.lang.Object
org.apache.syncope.sra.actuate.SyncopeCoreHealthIndicator
- All Implemented Interfaces:
HealthContributor
,HealthIndicator
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final String
protected static final Logger
protected final ServiceOps
protected final boolean
-
Constructor Summary
ConstructorDescriptionSyncopeCoreHealthIndicator
(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Field Details
-
LOG
-
serviceOps
-
anonymousUser
-
anonymousKey
-
useGZIPCompression
protected final boolean useGZIPCompression
-
-
Constructor Details
-
SyncopeCoreHealthIndicator
public SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-
-
Method Details
-
service
-
health
- Specified by:
health
in interfaceHealthIndicator
-