Package io.strimzi.kafka.oauth.metrics
Class AbstractSensorKeyProducer
java.lang.Object
io.strimzi.kafka.oauth.metrics.AbstractSensorKeyProducer
- All Implemented Interfaces:
SensorKeyProducer
- Direct Known Subclasses:
IntrospectHttpSensorKeyProducer,IntrospectValidationSensorKeyProducer,JwksHttpSensorKeyProducer,JwksValidationSensorKeyProducer,UserInfoHttpSensorKeyProducer
A SensorKeyProducer with logic shared by all SensorKeyProducers
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSensorKeyProducer(String contextId, URI uri) The constructor, that requires contexId, and an uri on the authorization server associated with the sensor keys. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.strimzi.kafka.oauth.metrics.SensorKeyProducer
errorKey, successKey
-
Constructor Details
-
AbstractSensorKeyProducer
The constructor, that requires contexId, and an uri on the authorization server associated with the sensor keys.- Parameters:
contextId- A configId or some other label that identifies the specific configuration or environmenturi- The uri on the authorization server the metrics are associated with
-