Class RpCertificateHealthIndicator

java.lang.Object
se.swedenconnect.bankid.idp.health.RpCertificateHealthIndicator
All Implemented Interfaces:
HealthContributor, HealthIndicator

@Component public class RpCertificateHealthIndicator extends Object implements HealthIndicator
Health check indicator for the installed BankID Relying Party certificates.
Author:
Martin Lindström, Felix Hellman
  • Constructor Details

    • RpCertificateHealthIndicator

      public RpCertificateHealthIndicator(BankIdConfigurationProperties properties)
      Constructor.
      Parameters:
      properties - the BankID IdP configuration properties
  • Method Details

    • health

      public Health health()
      Checks if the RP certificate has expired, or is about to.
      Specified by:
      health in interface HealthIndicator