Searched refs:hasSecurityLayer (Results 1 – 3 of 3) sorted by relevance
34 protected $hasSecurityLayer = false; variable in FreeDSx\\Sasl\\SaslContext115 public function hasSecurityLayer(): bool function in FreeDSx\\Sasl\\SaslContext117 return $this->hasSecurityLayer;123 public function setHasSecurityLayer(bool $hasSecurityLayer): self argument125 $this->hasSecurityLayer = $hasSecurityLayer;
103 if ($this->context->hasSecurityLayer()) {
181 … if ($saslResponse->getResultCode() === ResultCode::SUCCESS && $context->hasSecurityLayer()) {