Home
last modified time | relevance | path

Searched refs:bindSasl (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php107 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse
109 return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options['version']));
103 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse global() function in FreeDSx\\Ldap\\LdapClient
H A DOperations.php88 public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials = null)
86 public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials = null) global() function in FreeDSx\\Ldap\\Operations
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php166 $saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getResponse());