Home
last modified time | relevance | path

Searched refs:saslCreds (Results 1 – 1 of 1) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php40 protected $saslCreds; argument
44 * @param null|string $saslCreds
46 public function __construct(LdapResult $result, ?string $saslCreds = null)
48 $this->saslCreds = $saslCreds;
57 return $this->saslCreds;
69 if ($this->saslCreds !== null) {
70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
84 $saslCreds = null;
88 $saslCreds
34 protected $saslCreds; global() variable in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
[all...]