Class SyncopeCoreHealthIndicator

java.lang.Object
org.apache.syncope.sra.actuate.SyncopeCoreHealthIndicator
All Implemented Interfaces:
HealthContributor, HealthIndicator

public class SyncopeCoreHealthIndicator extends Object implements HealthIndicator
  • Field Details

    • 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 Details

    • SyncopeCoreHealthIndicator

      public SyncopeCoreHealthIndicator(ServiceOps serviceOps, String anonymousUser, String anonymousKey, boolean useGZIPCompression)
  • Method Details