Polish client auth config props javadocs (#115)

This commit is contained in:
Chris Bono
2022-09-14 00:02:50 -05:00
committed by GitHub
parent 5b549c33e2
commit 9349ce9f85

View File

@@ -743,17 +743,17 @@ public class PulsarProperties {
private String listenerName;
/**
* Class name of the clients' authentication plugin.
* Fully qualified class name of the authentication plugin.
*/
private String authPluginClassName;
/**
* Authentication parameter(s) of the client.
* Authentication parameter(s) as a JSON encoded string.
*/
private String authParams;
/**
* Authentication parameter map of the client.
* Authentication parameter(s) as a map of parameter names to parameter values.
*/
private Map<String, String> authentication;
@@ -1349,17 +1349,17 @@ public class PulsarProperties {
private String serviceUrl;
/**
* Class name of the clients' authentication plugin.
* Fully qualified class name of the authentication plugin.
*/
private String authPluginClassName;
/**
* Authentication parameter(s) of the client.
* Authentication parameter(s) as a JSON encoded string.
*/
private String authParams;
/**
* Authentication parameter map of the client.
* Authentication parameter(s) as a map of parameter names to parameter values.
*/
private Map<String, String> authentication;