Uses of Enum Class
com.nimbusds.jose.util.health.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in com.nimbusds.jose.util.health
Methods in com.nimbusds.jose.util.health that return HealthStatusModifier and TypeMethodDescriptionHealthReport.getHealthStatus()Returns the health status.static HealthStatusReturns the enum constant of this class with the specified name.static HealthStatus[]HealthStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.nimbusds.jose.util.health with parameters of type HealthStatusModifierConstructorDescriptionHealthReport(S source, HealthStatus status, long timestamp, C context) Creates a new health report.HealthReport(S source, HealthStatus status, Exception exception, long timestamp, C context) Creates a new health report.