(docs) Add JavaDocs for org.apache.kafka.common.security.oauthbearer.secured (#11811)

Reviewers:  Luke Chen <showuon@confluent.io>, Jun Rao <junrao@gmail.com>
This commit is contained in:
Justin Lee 2022-03-03 13:13:01 -05:00 committed by GitHub
parent 7c280c1d5f
commit f5d8fb2b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1308,6 +1308,7 @@ project(':clients') {
include "**/org/apache/kafka/common/security/scram/*"
include "**/org/apache/kafka/common/security/token/delegation/*"
include "**/org/apache/kafka/common/security/oauthbearer/*"
include "**/org/apache/kafka/common/security/oauthbearer/secured/*"
include "**/org/apache/kafka/server/authorizer/*"
include "**/org/apache/kafka/server/policy/*"
include "**/org/apache/kafka/server/quota/*"