kafka/clients
Kirk True c60c83aaba
CI / build (push) Waiting to run Details
KAFKA-18847: Refactor OAuth layer to improve reusability 1/N (#19622)
Rename `AccessTokenRetriever` and `AccessTokenValidator` to
`JwtRetriever` and `JwtValidator`, respectively. Also converting the
factory pattern classes `AccessTokenRetrieverFactory` and
`AccessTokenValidatorFactory` into delegate/wrapper classes
`DefaultJwtRetriever` and `DefaultJwtValidator`, respectively.

These are all internal changes, no configuration, user APIs, RPCs, etc.
were changed.

Reviewers: Manikumar Reddy <manikumar@confluent.io>, Ken Huang
 <s7133700@gmail.com>, Lianet Magrans <lmagrans@confluent.io>

---------

Co-authored-by: Ken Huang <s7133700@gmail.com>
2025-05-13 12:35:20 -04:00
..
clients-integration-tests/src/test KAFKA-19220 Add tests to ensure the internal configs don't return by public APIs by default (#19650) 2025-05-10 23:13:58 +08:00
src KAFKA-18847: Refactor OAuth layer to improve reusability 1/N (#19622) 2025-05-13 12:35:20 -04:00
.gitignore