Uses of Interface
com.nimbusds.jose.util.health.HealthReportListener
Packages that use HealthReportListener
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
-
Uses of HealthReportListener in com.nimbusds.jose.jwk.source
Methods in com.nimbusds.jose.jwk.source with parameters of type HealthReportListenerModifier and TypeMethodDescriptionJWKSourceBuilder.healthReporting(HealthReportListener<JWKSetSourceWithHealthStatusReporting<C>, C> listener) Sets a health report listener.Constructors in com.nimbusds.jose.jwk.source with parameters of type HealthReportListenerModifierConstructorDescriptionJWKSetSourceWithHealthStatusReporting(JWKSetSource<C> source, HealthReportListener<JWKSetSourceWithHealthStatusReporting<C>, C> healthReportListener) Creates a new JWK set source with health status reporting to the specified listener.