Uses of Interface
com.nimbusds.jose.util.health.HealthReportListener
-
Packages that use HealthReportListener Package Description com.nimbusds.jose.jwk.source 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 HealthReportListener Modifier and Type Method Description JWKSourceBuilder<C>JWKSourceBuilder. healthReporting(HealthReportListener<JWKSetSourceWithHealthStatusReporting<C>,C> listener)Sets a health report listener.Constructors in com.nimbusds.jose.jwk.source with parameters of type HealthReportListener Constructor Description JWKSetSourceWithHealthStatusReporting(JWKSetSource<C> source, HealthReportListener<JWKSetSourceWithHealthStatusReporting<C>,C> healthReportListener)Creates a new JWK set source with health status reporting to the specified listener.
-