nodece commented on code in PR #17615: URL: https://github.com/apache/pulsar/pull/17615#discussion_r969821537
########## site2/docs/client-libraries-java.md: ########## @@ -1258,88 +1258,14 @@ For examples of ProtobufNativeSchema, see [`SchemaDefinition` in `Complex type`] ## Authentication -Pulsar currently supports three authentication schemes: [TLS](security-tls-authentication.md), [Athenz](security-athenz.md), and [Oauth2](security-oauth2.md). You can use the Pulsar Java client with all of them. +Pulsar currently supports three authentication providers: +* [TLS](security-tls-authentication.md#configure-tls-authentication-in-pulsar-clients) +* [JWT](security-jwt.md#configure-jwt-authentication-in-pulsar-clients) +* [Athenz](security-athenz.md#configure-athenz-authentication-in-pulsar-clients) +* [Kerberos](security-kerberos.md#java-client-and-java-admin-client) +* [Oauth2](security-oauth2.md#configure-oauth2-authentication-in-pulsar-clients) Review Comment: ```suggestion * [OAuth2](security-oauth2.md#configure-oauth2-authentication-in-pulsar-clients) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
