Anonymitaet commented on a change in pull request #12104:
URL: https://github.com/apache/pulsar/pull/12104#discussion_r713561141
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authentication/AuthenticationProvider.java
##########
@@ -51,6 +54,29 @@
*/
String getAuthMethodName();
+ /**
+ * Validate the authentication for the given credentials with the
specified authentication data.
+ * This method is useful in one stage authn, if you're not doing one stage
or if you're providing
Review comment:
Some people know "authn is short for authentication, and authz is short
for authorization." while others may not. It is suggested to spell out
"authentication" or "authorization" to make everyone knows the info.
--
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]