Example #1
0
    def config_name(self, name: str):
        """
        Set the SASL configuration name. This is used to construct the SASL
        configuration filename. In the current implementation ``".conf"`` is
        added to the name and the file is looked for in the configuration
        directory.

        If not set it will default to ``"proton-server"`` for a sasl server
        and ``"proton-client"`` for a client.

        :param name: The configuration name.
        """
        pn_sasl_config_name(self._sasl, name)
Example #2
0
 def config_name(self, name):
     pn_sasl_config_name(self._sasl, name)
Example #3
0
 def config_name(self, name):
     pn_sasl_config_name(self._sasl, name)