Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslContext.php34 protected $hasSecurityLayer = false; variable in FreeDSx\\Sasl\\SaslContext
115 public function hasSecurityLayer(): bool function in FreeDSx\\Sasl\\SaslContext
117 return $this->hasSecurityLayer;
123 public function setHasSecurityLayer(bool $hasSecurityLayer): self argument
125 $this->hasSecurityLayer = $hasSecurityLayer;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php181 if ($saslResponse->getResultCode() === ResultCode::SUCCESS && $context->hasSecurityLayer()) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php103 if ($this->context->hasSecurityLayer()) {