publicstaticfinalStringSASL_JAAS_CONFIG_DOC="JAAS login context parameters for SASL connections in the format used by JAAS configuration files. "
+"JAAS configuration file format is described <a href=\"http://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/tutorials/LoginConfigFile.html\">here</a>. "
+"The format for the value is: '<loginModuleClass><controlFlag> (<optionName>=<optionValue>)*;'. For brokers, "
+"The format for the value is: '<code>loginModuleClass controlFlag (optionName=optionValue)*;</code>'. For brokers, "
+"the config must be prefixed with listener prefix and SASL mechanism name in lower-case. For example, "