Package org.apache.syncope.sra.actuate
Class SyncopeCoreHealthIndicator
- java.lang.Object
-
- org.apache.syncope.sra.actuate.SyncopeCoreHealthIndicator
-
- All Implemented Interfaces:
HealthContributor
,HealthIndicator
public class SyncopeCoreHealthIndicator extends Object implements HealthIndicator
-
-
Field Summary
Fields Modifier and Type Field Description protected String
anonymousKey
protected String
anonymousUser
protected static Logger
LOG
protected ServiceOps
serviceOps
protected boolean
useGZIPCompression
-
Constructor Summary
Constructors Constructor Description SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Health
health()
protected SRARouteService
service()
-
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 Detail
-
LOG
protected static final 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)
-
-
Method Detail
-
service
protected SRARouteService service()
-
health
public Health health()
- Specified by:
health
in interfaceHealthIndicator
-
-