Uses of Interface
io.strimzi.kafka.oauth.validator.TokenValidator
Packages that use TokenValidator
-
Uses of TokenValidator in io.strimzi.kafka.oauth.services
Methods in io.strimzi.kafka.oauth.services that return TokenValidatorModifier and TypeMethodDescriptionValidators.get(ConfigurationKey key, Supplier<TokenValidator> factory) Get aTokenValidatorfor the givenConfigurationKey.Method parameters in io.strimzi.kafka.oauth.services with type arguments of type TokenValidatorModifier and TypeMethodDescriptionValidators.get(ConfigurationKey key, Supplier<TokenValidator> factory) Get aTokenValidatorfor the givenConfigurationKey. -
Uses of TokenValidator in io.strimzi.kafka.oauth.validator
Classes in io.strimzi.kafka.oauth.validator that implement TokenValidatorModifier and TypeClassDescriptionclassThis class is responsible for validating the JWT token signatures during session authentication.classThis class is responsible for validating the token during session authentication by using an introspection endpoint.