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