Package org.apache.syncope.sra.actuate
Class SyncopeCoreHealthIndicator
- java.lang.Object
-
- org.apache.syncope.sra.actuate.SyncopeCoreHealthIndicator
-
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class SyncopeCoreHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
-
-
Field Summary
Fields Modifier and Type Field Description protected StringanonymousKeyprotected StringanonymousUserprotected static org.slf4j.LoggerLOGprotected ServiceOpsserviceOpsprotected booleanuseGZIPCompression
-
Constructor Summary
Constructors Constructor Description SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-
-
-
Field Detail
-
LOG
protected static final org.slf4j.Logger LOG
-
serviceOps
protected final ServiceOps serviceOps
-
anonymousUser
protected final String anonymousUser
-
anonymousKey
protected final String anonymousKey
-
useGZIPCompression
protected final boolean useGZIPCompression
-
-
Constructor Detail
-
SyncopeCoreHealthIndicator
public SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-
-