Class DefaultLoginsHealthCheck

java.lang.Object
org.apache.sling.auth.core.impl.hc.DefaultLoginsHealthCheck
All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck

public class DefaultLoginsHealthCheck extends Object implements org.apache.felix.hc.api.HealthCheck
HealthCheck that runs an arbitrary script.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.apache.felix.hc.api.HealthCheck

    ASYNC_CRON_EXPRESSION, ASYNC_INTERVAL_IN_SEC, KEEP_NON_OK_RESULTS_STICKY_FOR_SEC, MBEAN_NAME, NAME, RESULT_CACHE_TTL_IN_MS, TAGS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    activate(org.apache.sling.auth.core.impl.hc.DefaultLoginsHealthCheck.Config config)
     
    org.apache.felix.hc.api.Result
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DefaultLoginsHealthCheck

      public DefaultLoginsHealthCheck()
  • Method Details

    • activate

      protected void activate(org.apache.sling.auth.core.impl.hc.DefaultLoginsHealthCheck.Config config)
    • execute

      public org.apache.felix.hc.api.Result execute()
      Specified by:
      execute in interface org.apache.felix.hc.api.HealthCheck