Package org.apache.syncope.sra.actuate
Class SyncopeCoreHealthIndicator
java.lang.Object
org.apache.syncope.sra.actuate.SyncopeCoreHealthIndicator
- All Implemented Interfaces:
HealthContributor,HealthIndicator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected static final Loggerprotected final ServiceOpsprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionSyncopeCoreHealthIndicator(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, waitMethods 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:
healthin interfaceHealthIndicator
-