You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/23 18:44:58 UTC

[GitHub] [pulsar] michaeljmarshall commented on a change in pull request #12104: [PIP 97] Update Authentication Interfaces to Include Async Authentication Methods

michaeljmarshall commented on a change in pull request #12104:
URL: https://github.com/apache/pulsar/pull/12104#discussion_r715061785



##########
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:
       Great point @Anonymitaet. I just updated it to authentication.




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org