Uses of Class
com.nimbusds.jose.jwk.source.JWKSetSourceWithHealthStatusReporting
-
Packages that use JWKSetSourceWithHealthStatusReporting Package Description com.nimbusds.jose.jwk.source 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 JWKSetSourceWithHealthStatusReporting Modifier and Type Method Description JWKSourceBuilder<C>JWKSourceBuilder. healthReporting(HealthReportListener<JWKSetSourceWithHealthStatusReporting<C>,C> listener)Sets a health report listener.Constructor parameters in com.nimbusds.jose.jwk.source with type arguments of type JWKSetSourceWithHealthStatusReporting 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.
-